Skip to content

Commit

Permalink
prepare binaries for release
Browse files Browse the repository at this point in the history
Signed-off-by: Nahshon Unna-Tsameret <nahsh.ut@gmail.com>
  • Loading branch information
nunnatsa committed Feb 14, 2022
1 parent 70a3410 commit 826100a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ build-ui:
yarn build --dest ../site

build-backend: test
env GOOS=linux GOARCH=arm go build -o piHatDraw-arm .
env GOOS=linux GOARCH=arm64 go build -o piHatDraw-arm64 .
env GOOS=linux GOARCH=arm go build -o piHatDraw .
tar -czvf piHatDraw-arm.tar.gz piHatDraw
env GOOS=linux GOARCH=arm64 go build -o piHatDraw .
tar -czvf piHatDraw-arm64.tar.gz piHatDraw

build: build-ui build-backend

Expand Down

0 comments on commit 826100a

Please sign in to comment.