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 766f573 commit 840b657Copy full SHA for 840b657
.github/workflows/build-docker.yml
@@ -32,7 +32,5 @@ jobs:
32
REGISTRY: ghcr.io/absaoss
33
TAG: v2.9.3
34
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
+ make docker-build-all
+ make docker-push-all
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