mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
fix: 🔨 Disable static binary build for now (#328)
This commit is contained in:
parent
82c581d495
commit
e38843455b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/task-publish-binary.yml
vendored
5
.github/workflows/task-publish-binary.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue