Skip to content

Commit

Permalink
Enable other platforms for test
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Feb 19, 2024
1 parent 6c8d85e commit cd23084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GOARCHES="386 amd64 arm arm64 ppc64 ppc64le s390x mips mipsle mips64 mips64le"
buildem "linux" "$GOARCHES"

GOARCHES="386 amd64 arm arm64"
GOOSES="freebsd" # TBD netbsd openbsd windows
GOOSES="freebsd netbsd openbsd windows"
buildem "$GOOSES" "$GOARCHES"

GOARCHES_DARWIN="arm64 amd64"
Expand Down

0 comments on commit cd23084

Please sign in to comment.