We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9696fc9 commit 2ad8e93Copy full SHA for 2ad8e93
.github/workflows/build-docker.yml
@@ -32,7 +32,8 @@ jobs:
32
REGISTRY: ghcr.io/absaoss
33
TAG: v2.9.3
34
run: |
35
- make docker-build
+ make docker-build-all
36
+ make docker-push-manifest
37
- name: publish image
38
39
docker push ghcr.io/absaoss/cluster-api-aws-controller-amd64:v2.9.3
Makefile
@@ -114,7 +114,7 @@ TOOLCHAIN_IMAGE := toolchain
114
115
TAG ?= dev
116
ARCH ?= $(shell go env GOARCH)
117
-ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
+ALL_ARCH ?= amd64 arm64
118
119
# main controller
120
CORE_IMAGE_NAME ?= cluster-api-aws-controller
0 commit comments