Skip to content

Commit 840b657

Browse files
committed
Build multiarch images
Signed-off-by: Dinar Valeev <[email protected]>
1 parent 766f573 commit 840b657

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,5 @@ jobs:
3232
REGISTRY: ghcr.io/absaoss
3333
TAG: v2.9.3
3434
run: |
35-
make docker-build
36-
- name: publish image
37-
run: |
38-
docker push ghcr.io/absaoss/cluster-api-aws-controller-amd64:v2.9.3
35+
make docker-build-all
36+
make docker-push-all

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)