-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|