From c2bb5589f33d1e780942abec9375d77052557656 Mon Sep 17 00:00:00 2001 From: Daniel Mizerski Date: Fri, 15 May 2026 12:03:04 +0200 Subject: [PATCH] Update release.yml Add linux/arm64 as a target for the operator being usable on arm64 boxes such as raspbery pi. This relies on a change being made to the action repository. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67b324b..4a577b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} docker-image: ${{ env.DOCKER_IMAGE }} docker-tag: ${{ steps.nextVersion.outputs.version }} + platforms: linux/amd64,linux/arm64 working-directory: './operator' dockerfile: './operator/src/main/docker/Dockerfile.jvm' - name: Push tag to remote