-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68befae
commit dccc84f
Showing
7 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
echo "building binary for windows amd64" | ||
GOOS=windows GOARCH=amd64 go build -o ./bin/lessonend-win-amd64.exe main.go | ||
GOOS=windows GOARCH=amd64 go build -o ./bin/lenge-win-amd64.exe main.go | ||
echo "building binary for darwin amd64" | ||
GOOS=darwin GOARCH=amd64 go build -o ./bin/lessonend-mac-amd64 main.go | ||
GOOS=darwin GOARCH=amd64 go build -o ./bin/lenge-mac-amd64 main.go | ||
echo "building binary for linux amd64" | ||
GOOS=linux GOARCH=amd64 go build -o ./bin/lessonend-linux-amd64 main.go | ||
GOOS=linux GOARCH=amd64 go build -o ./bin/lenge-linux-amd64 main.go | ||
echo "building binary for windows arm" | ||
GOOS=windows GOARCH=arm go build -o ./bin/lessonend-win-arm.exe main.go | ||
GOOS=windows GOARCH=arm go build -o ./bin/arm/lenge-win-arm.exe main.go | ||
echo "building binary for darwin arm64" | ||
GOOS=darwin GOARCH=arm64 go build -o ./bin/lessonend-mac-arm64 main.go | ||
GOOS=darwin GOARCH=arm64 go build -o ./bin/arm/lenge-mac-arm64 main.go | ||
echo "building binary for linux arm" | ||
GOOS=linux GOARCH=arm go build -o ./bin/lessonend-linux-arm main.go | ||
GOOS=linux GOARCH=arm go build -o ./bin/arm/lenge-linux-arm main.go |