Skip to content

Commit 82f664a

Browse files
committed
Build multiarch images
Signed-off-by: Dinar Valeev <[email protected]>
1 parent e4bb0e7 commit 82f664a

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
@@ -115,7 +115,7 @@ TOOLCHAIN_IMAGE := toolchain
115115

116116
TAG ?= dev
117117
ARCH ?= $(shell go env GOARCH)
118-
ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
118+
ALL_ARCH ?= amd64 arm64
119119

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

0 commit comments

Comments
 (0)