Skip to content

Commit

Permalink
⭐ Building for Raspberry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihara committed Jun 19, 2023
1 parent 7c81304 commit 87baf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
env GOOS=linux GOARCH=amd64 go build -o build/lotw-trust_linux -ldflags '-s -w'
env GOOS=windows GOARCH=amd64 go build -o build/lotw-trust.exe -ldflags '-s -w'
env GOOS=darwin GOARCH=amd64 go build -o build/lotw-trust_osx -ldflags '-s -w'
env GOOS=linux GOARCH=arm64 go build -o build/lotw-trust_rpi64 -ldflags '-s -w'

0 comments on commit 87baf9d

Please sign in to comment.