Skip to content

Commit ccdf81f

Browse files
committed
Remove support for arm and arm64 architecture
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent f0b8e87 commit ccdf81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ NEW_RESTIC_VER := 0.9.5
5252

5353
SRC_DIRS := cmd pkg # directories which hold app source (not vendored)
5454

55-
DOCKER_PLATFORMS := linux/amd64 linux/arm linux/arm64
55+
DOCKER_PLATFORMS := linux/amd64
5656
BIN_PLATFORMS := $(DOCKER_PLATFORMS)
5757

5858
# Used internally. Users should pass GOOS and/or GOARCH.

0 commit comments

Comments
 (0)