Update: arm64
This commit is contained in:
parent
c5a4ce6aac
commit
3051213b12
4
Makefile
4
Makefile
@ -20,7 +20,7 @@ all:
|
|||||||
@echo ${BINARY_WINDOWS}
|
@echo ${BINARY_WINDOWS}
|
||||||
@CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ${BINARY_WINDOWS} ${GOFILES}
|
@CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ${BINARY_WINDOWS} ${GOFILES}
|
||||||
@echo ${BINARY_ARRCH64}
|
@echo ${BINARY_ARRCH64}
|
||||||
@CGO_ENABLED=0 GOOS=linux GOARCH=aarch64 go build -o ${BINARY_ARRCH64} ${GOFILES}
|
@CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o ${BINARY_ARRCH64} ${GOFILES}
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
@echo ${BINARY_LINUX}
|
@echo ${BINARY_LINUX}
|
||||||
@ -36,7 +36,7 @@ windows:
|
|||||||
|
|
||||||
aarch64:
|
aarch64:
|
||||||
@echo ${BINARY_ARRCH64}
|
@echo ${BINARY_ARRCH64}
|
||||||
@CGO_ENABLED=0 GOOS=linux GOARCH=aarch64 go build -o ${BINARY_ARRCH64} ${GOFILES}
|
@CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o ${BINARY_ARRCH64} ${GOFILES}
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@go mod tidy
|
@go mod tidy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user