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 d591aaa commit 39cbe63Copy full SHA for 39cbe63
.github/workflows/build-docker.yml
@@ -32,7 +32,8 @@ jobs:
32
REGISTRY: ghcr.io/absaoss
33
TAG: v2.7.4
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.7.4
Makefile
@@ -111,7 +111,7 @@ TOOLCHAIN_IMAGE := toolchain
111
112
TAG ?= dev
113
ARCH ?= $(shell go env GOARCH)
114
-ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
+ALL_ARCH ?= amd64 arm64
115
116
# main controller
117
CORE_IMAGE_NAME ?= cluster-api-aws-controller
0 commit comments