Skip to content

Commit 809bf7b

Browse files
Update Makefile
Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Benevolent <proffersor45@gmail.com>
1 parent 67ceadc commit 809bf7b

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
@@ -15,7 +15,7 @@
1515
all::
1616

1717
# Needs to be defined before including Makefile.common to auto-generate targets
18-
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x riscv64
18+
DOCKER_ARCHS ?= amd64 arm64 armv7 ppc64le riscv64 s390x
1919

2020
include Makefile.common
2121

0 commit comments

Comments
 (0)