Update Makefile

This commit is contained in:
Viktor Scharf
2025-01-22 15:18:28 +01:00
committed by GitHub
parent eab4a8e272
commit 991b641248
+4 -1
View File
@@ -1,3 +1,6 @@
.PHONY: build
GOARCH := $(shell go env GOARCH)
build:
env GOOS=linux GOARCH=arm64 go build -o bin/ocwrapper
env GOOS=linux GOARCH=$(GOARCH) go build -o bin/ocwrapper