Fix merge issue

This commit is contained in:
Owen
2025-03-03 22:36:58 -05:00
parent 9c5ddcdfb8
commit 6565fdbe62

View File

@@ -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