Skip to content

Commit

Permalink
Update xgo
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Jun 22, 2024
1 parent e5d668a commit 8b0a787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
mkdir bin
# Platforms that REQUIRE Cgo (because they need libfuse) will be compiled with Xgo.
go install github.com/crazy-max/xgo@v0.6.8
xgo --docker-image=docker.pkg.github.com/pangbox/pangfiles/xgo:latest --targets=darwin/amd64 --pkg=cmd/pang --out bin/pang .
xgo --docker-image=docker.pkg.github.com/pangbox/pangfiles/xgo:latest --targets=darwin/arm64 --pkg=cmd/pang --out bin/pang .
go install github.com/crazy-max/xgo@v0.32.0
xgo --docker-image=ghcr.io/crazy-max/xgo:1.21.0 --targets=darwin/amd64 --pkg=cmd/pang --out bin/pang .
xgo --docker-image=ghcr.io/crazy-max/xgo:1.21.0 --targets=darwin/arm64 --pkg=cmd/pang --out bin/pang .
mv bin/pang-darwin-10.12-amd64 bin/pang-macos-amd64
mv bin/pang-darwin-10.12-arm64 bin/pang-macos-arm64
Expand Down

0 comments on commit 8b0a787

Please sign in to comment.