From 1f2a05e466c195dde83effd82c96d4329259d249 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 2 Aug 2021 17:28:03 +0100 Subject: rescribe: Add experimental m1 build --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 6ba1af5..d831938 100644 --- a/makefile +++ b/makefile @@ -8,5 +8,8 @@ default: rescribe-osx: GOOS=darwin GOARCH=amd64 go build -o $@ ./cmd/rescribe +rescribe-osx-m1: + GOOS=darwin GOARCH=arm64 go build -o $@ ./cmd/rescribe + rescribe.exe: GOOS=windows GOARCH=386 go build -o $@ ./cmd/rescribe -- cgit v1.2.1-24-ge1ad