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 e4bb0e7 commit 82f664aCopy full SHA for 82f664a
.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
@@ -115,7 +115,7 @@ TOOLCHAIN_IMAGE := toolchain
115
116
TAG ?= dev
117
ARCH ?= $(shell go env GOARCH)
118
-ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
+ALL_ARCH ?= amd64 arm64
119
120
# main controller
121
CORE_IMAGE_NAME ?= cluster-api-aws-controller
0 commit comments