Skip to content

Commit

Permalink
Remove unnecessary mv
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Jun 22, 2024
1 parent 35c242d commit fcbbae5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
go install github.com/crazy-max/[email protected]
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
# Other platforms that do not require Cgo (because they prefer Bazilfuse or WinFSP over libfuse) are cross compiled natively.
CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 go build -o bin/pang-freebsd-amd64 ./cmd/pang
Expand Down

0 comments on commit fcbbae5

Please sign in to comment.