Skip to content

Commit

Permalink
Publish all Shipyard images on arm64 as well as amd64
Browse files Browse the repository at this point in the history
This allows builds to run on arm64-based platforms (still using
Linux).

Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt committed Jan 14, 2025
1 parent 14dc94c commit 89691d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BASE_BRANCH ?= devel
OCM_BASE_BRANCH ?= main
IMAGES ?= shipyard-dapper-base shipyard-linting nettest
MULTIARCH_IMAGES ?= nettest
MULTIARCH_IMAGES ?= $(IMAGES)
EXTRA_PRELOAD_IMAGES := $(PRELOAD_IMAGES)
PLATFORMS ?= linux/amd64,linux/arm64
NON_DAPPER_GOALS += images multiarch-images
Expand Down

0 comments on commit 89691d0

Please sign in to comment.