Skip to content

Commit

Permalink
chore: there is no jre11 from eclipse for linux/arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed Nov 22, 2024
1 parent 69a90d7 commit 8333c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ jobs:
with:
context: provisioning/.
file: provisioning/src/main/docker/Dockerfile
# Needed to create multi-platform image
platforms: linux/amd64, linux/arm64
# Needed to create multi-platform image, there is no jre 11 on arm yet
platforms: linux/amd64
# Build image for verification purposes on every trigger event. Only push if event is not a PR
push: ${{ ( github.event.inputs.deploy_docker == 'true' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') ) }}
tags: ${{ steps.meta-prov.outputs.tags }}
Expand Down

0 comments on commit 8333c5a

Please sign in to comment.