Skip to content

Commit 613a2d0

Browse files
authored
Update release.yml (#55)
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.
1 parent c5e22b5 commit 613a2d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454
docker-image: ${{ env.DOCKER_IMAGE }}
5555
docker-tag: ${{ steps.nextVersion.outputs.version }}
56+
platforms: linux/amd64,linux/arm64
5657
working-directory: './operator'
5758
dockerfile: './operator/src/main/docker/Dockerfile.jvm'
5859
- name: Push tag to remote

0 commit comments

Comments
 (0)