Skip to content

Commit

Permalink
Add forgoten linux/arm
Browse files Browse the repository at this point in the history
  • Loading branch information
ryarnyah committed Oct 12, 2021
1 parent 77e9508 commit 072cc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GO_LDFLAGS=-ldflags "-w $(call CTIMEVAR,$(1))"
GO_LDFLAGS_STATIC=-ldflags "-w $(call CTIMEVAR,$(1)) -extldflags -static"

# List the GOOS and GOARCH to build
GOOSARCHES = linux/amd64 linux/arm64 windows/amd64 windows/386
GOOSARCHES = linux/arm linux/amd64 linux/arm64 windows/amd64 windows/386

all: clean build fmt lint test staticcheck vet ## Runs a clean, build, fmt, lint, test, staticcheck, vet

Expand Down

0 comments on commit 072cc5c

Please sign in to comment.