Skip to content

Commit 2440e71

Browse files
committed
Build multiarch images
Signed-off-by: Dinar Valeev <[email protected]>
1 parent 82f664a commit 2440e71

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.24'
19+
go-version-file: ./go.mod
2020
id: go
21-
- name: Build binary
22-
run: |
23-
make managers
2421
- name: 'Login to GitHub Container Registry'
2522
uses: docker/login-action@v1
2623
with:
@@ -31,6 +28,7 @@ jobs:
3128
env:
3229
REGISTRY: ghcr.io/absaoss
3330
TAG: v2.9.3
31+
GO_VERSION: ${{steps.go.outputs.go-version}}
3432
run: |
3533
make docker-build-all
3634
make docker-push-manifest

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ require (
6868
sigs.k8s.io/aws-iam-authenticator v0.6.13
6969
sigs.k8s.io/cluster-api v1.10.2
7070
sigs.k8s.io/cluster-api/test v1.10.2
71-
sigs.k8s.io/controller-runtime v0.20.4
71+
sigs.k8s.io/controller-runtime v0.21.0
7272
sigs.k8s.io/yaml v1.4.0
7373
)
7474

0 commit comments

Comments
 (0)