Skip to content

Commit 2ad8e93

Browse files
committed
Build multiarch images
Signed-off-by: Dinar Valeev <[email protected]>
1 parent 9696fc9 commit 2ad8e93

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
REGISTRY: ghcr.io/absaoss
3333
TAG: v2.9.3
3434
run: |
35-
make docker-build
35+
make docker-build-all
36+
make docker-push-manifest
3637
- name: publish image
3738
run: |
3839
docker push ghcr.io/absaoss/cluster-api-aws-controller-amd64:v2.9.3

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ TOOLCHAIN_IMAGE := toolchain
114114

115115
TAG ?= dev
116116
ARCH ?= $(shell go env GOARCH)
117-
ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
117+
ALL_ARCH ?= amd64 arm64
118118

119119
# main controller
120120
CORE_IMAGE_NAME ?= cluster-api-aws-controller

0 commit comments

Comments
 (0)