Skip to content

Commit

Permalink
Merge pull request #193 from vbatts/more_arches
Browse files Browse the repository at this point in the history
Makefile: add a few additional architectures to build for
  • Loading branch information
vbatts committed Oct 22, 2023
2 parents 5d1916e + 2a2bf3c commit e7a79ae
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 @@ -5,7 +5,7 @@ CWD := $(shell pwd)
SOURCE_FILES := $(shell find . -type f -name "*.go")
CLEAN_FILES := *~
TAGS :=
ARCHES := linux,386 linux,amd64 linux,arm linux,arm64 openbsd,amd64 windows,amd64 darwin,amd64
ARCHES := linux,386 linux,amd64 linux,arm linux,arm64 linux,mips64 linux,riscv64 openbsd,amd64 windows,amd64 windows,arm64 darwin,amd64 darwin,arm64
GO_VER := go1.14

default: build validation
Expand Down

0 comments on commit e7a79ae

Please sign in to comment.