Skip to content

Commit

Permalink
Switch to updated xgo docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Jun 22, 2024
1 parent bd83ed0 commit 35c242d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# Platforms that REQUIRE Cgo (because they need libfuse) will be compiled with Xgo.
go install github.com/crazy-max/[email protected]
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 .
xgo --docker-image=ghcr.io/pangbox/pangfiles/xgo:bd83ed073fc2b89295f13375583f7be6592ac8e0 --targets=darwin/amd64 --pkg=cmd/pang --out bin/pang .
xgo --docker-image=ghcr.io/pangbox/pangfiles/xgo:bd83ed073fc2b89295f13375583f7be6592ac8e0 --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 35c242d

Please sign in to comment.