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 <[email protected]>
  • Loading branch information
skitt authored and tpantelis committed Jan 20, 2025
1 parent 1e7fca8 commit 4423dae
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 4423dae

Please sign in to comment.