fix: 🔨 Disable static binary build for now (#328)

This commit is contained in:
Steve Degosserie 2025-12-02 14:53:05 +01:00 committed by GitHub
parent 82c581d495
commit e38843455b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,14 +30,15 @@ jobs:
retention-days: 1
build-binary:
runs-on: ubuntu-latest
runs-on:
group: DH-runners
needs: ["prepare-sources"]
permissions:
contents: read
strategy:
matrix:
cpu: ["x86-64", "skylake", "znver3"]
build: ["default", "static"]
build: ["default"]
exclude:
- cpu: skylake
build: static