Skip to content

Commit 39cbe63

Browse files
committed
Build multiarch images
Signed-off-by: Dinar Valeev <[email protected]>
1 parent d591aaa commit 39cbe63

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.7.4
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.7.4

Makefile

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

112112
TAG ?= dev
113113
ARCH ?= $(shell go env GOARCH)
114-
ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
114+
ALL_ARCH ?= amd64 arm64
115115

116116
# main controller
117117
CORE_IMAGE_NAME ?= cluster-api-aws-controller

0 commit comments

Comments
 (0)