We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ba6a0 commit d86e5f7Copy full SHA for d86e5f7
2 files changed
.github/workflows/beta_release.yml
@@ -121,7 +121,7 @@ jobs:
121
FRONTEND_REPO: ${{ vars.FRONTEND_REPO }}
122
123
- name: Build
124
- uses: OpenListTeam/cgo-actions@v1.2.2
+ uses: OpenListTeam/cgo-actions@v1.2.4
125
with:
126
targets: ${{ matrix.target }}
127
flags: ${{ matrix.flags || '-ldflags=' }}
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
flags: ${{ contains(matrix.target, '-musl') && '-ldflags=-linkmode external -extldflags ''-static -fpic''' || '-ldflags=' }}
0 commit comments