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 3f69d29 commit c16f496Copy full SHA for c16f496
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build
30
run: |
31
mkdir -p dist
32
- GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o dist/gitlab-migrator-${{ matrix.goos }}-${{ matrix.goarch }}
+ CGO_ENABLED=0 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o dist/gitlab-migrator-${{ matrix.goos }}-${{ matrix.goarch }}
33
34
- name: Upload binaries
35
uses: actions/upload-artifact@v4
0 commit comments