Skip to content

Commit

Permalink
Adds arch build option to go with os for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeus committed Sep 6, 2024
1 parent 6bb9377 commit 75b4b0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .assets/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ for i in "$@"; do
export GOOS="${i#*=}"
shift
;;
--arch=*)
export GOARCH="${i#*=}"
shift
;;
--outdir=*)
outdir="${i#*=}"
shift
Expand Down

0 comments on commit 75b4b0d

Please sign in to comment.