Skip to content

Commit

Permalink
Set environment variables in build.sh #18
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <jyang@nexb.com>
  • Loading branch information
JonoYang committed Nov 3, 2024
1 parent eac0a64 commit 7ca6f61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
set -e

base_name=GoReSym-3.0.1
GOOS=linux


if [ $(uname -m) == 'aarch64' ]; then
GOARCH="arm64"
else
GOARCH="amd64"
fi

cd lib-src/

Expand Down

0 comments on commit 7ca6f61

Please sign in to comment.