parent
02013ef335
commit
47aa093a16
|
@ -27,11 +27,9 @@ builds:
|
||||||
- arm64
|
- arm64
|
||||||
- ppc64le
|
- ppc64le
|
||||||
ignore:
|
ignore:
|
||||||
# don't build arm/arm64 for darwin or windows
|
# don't build arm for darwin and arm/arm64 for windows
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: arm
|
goarch: arm
|
||||||
- goos: darwin
|
|
||||||
goarch: arm64
|
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: ppc64le
|
goarch: ppc64le
|
||||||
- goos: windows
|
- goos: windows
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -84,7 +84,7 @@ endef
|
||||||
# The version of restic binary to be downloaded
|
# The version of restic binary to be downloaded
|
||||||
RESTIC_VERSION ?= 0.12.1
|
RESTIC_VERSION ?= 0.12.1
|
||||||
|
|
||||||
CLI_PLATFORMS ?= linux-amd64 linux-arm linux-arm64 darwin-amd64 windows-amd64 linux-ppc64le
|
CLI_PLATFORMS ?= linux-amd64 linux-arm linux-arm64 darwin-amd64 darwin-arm64 windows-amd64 linux-ppc64le
|
||||||
BUILDX_PLATFORMS ?= $(subst -,/,$(ARCH))
|
BUILDX_PLATFORMS ?= $(subst -,/,$(ARCH))
|
||||||
BUILDX_OUTPUT_TYPE ?= docker
|
BUILDX_OUTPUT_TYPE ?= docker
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Build for darwin-arm64
|
Loading…
Reference in New Issue