From 6565fdbe62cc4561618f1452f7f6f9ba05bbd633 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 3 Mar 2025 22:36:58 -0500 Subject: [PATCH] Fix merge issue --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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