File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ REPODIR := $(ORGDIR)/$(REPONAME)
2929REPOPATH := $(ORGPATH ) /$(REPONAME )
3030
3131GOPATH := $(GOBUILDDIR )
32- GOVERSION := 1.13 .6
32+ GOVERSION := 1.16 .6
3333GOIMAGE ?= golang:$(GOVERSION )
3434
3535GOOS ?= linux
@@ -135,12 +135,14 @@ binaries: $(GHRELEASE)
135135 @${MAKE} -f $(MAKEFILE ) -B GOOS=linux GOARCH=amd64 build
136136 @${MAKE} -f $(MAKEFILE ) -B GOOS=linux GOARCH=arm64 build
137137 @${MAKE} -f $(MAKEFILE ) -B GOOS=darwin GOARCH=amd64 build
138+ @${MAKE} -f $(MAKEFILE ) -B GOOS=darwin GOARCH=arm64 build
138139 @${MAKE} -f $(MAKEFILE ) -B GOOS=windows GOARCH=amd64 build
139140
140141binaries-test : $(GHRELEASE )
141142 @${MAKE} -f $(MAKEFILE ) -B GOOS=linux GOARCH=amd64 build-test
142143 @${MAKE} -f $(MAKEFILE ) -B GOOS=linux GOARCH=arm64 build-test
143144 @${MAKE} -f $(MAKEFILE ) -B GOOS=darwin GOARCH=amd64 build-test
145+ @${MAKE} -f $(MAKEFILE ) -B GOOS=darwin GOARCH=arm64 build-test
144146 @${MAKE} -f $(MAKEFILE ) -B GOOS=windows GOARCH=amd64 build-test
145147
146148$(BIN ) : $(GOBUILDDIR ) $(SOURCES )
Original file line number Diff line number Diff line change 4747
4848 binaries = map [string ]string {
4949 "arangodb-darwin-amd64" : "darwin/amd64/arangodb" ,
50+ "arangodb-darwin-arm64" : "darwin/arm64/arangodb" ,
5051 "arangodb-linux-amd64" : "linux/amd64/arangodb" ,
5152 "arangodb-linux-arm64" : "linux/arm64/arangodb" ,
5253 "arangodb-windows-amd64.exe" : "windows/amd64/arangodb.exe" ,
You can’t perform that action at this time.
0 commit comments