Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoyuan Ma committed May 21, 2023
1 parent f9f7b7a commit e5779e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/easy_openyurt/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
mkdir -p bin
rm -rf bin/*
GOOS=linux GOARCH=amd64 go build -o bin/easy_openyurt-amd64-linux-0.2.3 .
GOOS=linux GOARCH=amd64 go build -o bin/easy_openyurt-amd64-linux-0.2.4 .
echo "[Built] 1/2"
GOOS=linux GOARCH=arm64 go build -o bin/easy_openyurt-aarch64-linux-0.2.3 .
GOOS=linux GOARCH=arm64 go build -o bin/easy_openyurt-aarch64-linux-0.2.4 .
echo "[Built] 2/2"

0 comments on commit e5779e5

Please sign in to comment.