diff --git a/Makefile b/Makefile index a1d6aeb..dadb9b3 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,7 @@ test: local: CGO_ENABLED=0 GOOS=linux go build -o gerbil -<<<<<<< HEAD go-build-release: -======= -release: ->>>>>>> bab8630756f5b243feec8a9e8952086498808a11 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