mirror of
https://github.com/fosrl/gerbil.git
synced 2026-02-08 05:56:40 +00:00
Standarize release build makefile
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
|||||||
gerbil
|
gerbil
|
||||||
|
.DS_Store
|
||||||
|
bin/
|
||||||
4
Makefile
4
Makefile
@@ -13,5 +13,9 @@ test:
|
|||||||
local:
|
local:
|
||||||
CGO_ENABLED=0 GOOS=linux go build -o gerbil
|
CGO_ENABLED=0 GOOS=linux go build -o gerbil
|
||||||
|
|
||||||
|
release:
|
||||||
|
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o bin/gerbil_linux_arm64
|
||||||
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/gerbil_linux_amd64
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm gerbil
|
rm gerbil
|
||||||
Reference in New Issue
Block a user