Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
chaunsin committed Nov 26, 2024
1 parent 00fb6f3 commit 3c7ad9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Cross-Compile using xgo
run: |
mkdir -p output
go env -w CGO_ENABLE=0
go env -w CGO_ENABLED=0
xgo --targets=darwin-10.14/*,windows-6.1/*,linux/amd64,linux/arm64,linux/mips64,linux/mips64le,linux/ppc64le,linux/riscv64 \
--ldflags "-extldflags "-static" -s -w -X 'main.BuildTime=${{ env.BUILD_TIME }}' -X 'main.Version=${{github.ref_name}}' -X 'main.Commit=${{ env.COMMIT_HASH }}'" \
-out output/ncmctl ./cmd/ncmctl/main.go
Expand Down

0 comments on commit 3c7ad9b

Please sign in to comment.