Skip to content

Commit

Permalink
Do not build arm64 image for jvm-android
Browse files Browse the repository at this point in the history
  • Loading branch information
depau committed Nov 8, 2024
1 parent d9d3300 commit 11a4361
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.tag }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: |
linux/amd64
${{ matrix.language != 'jvm-android' && 'linux/arm64' || '' }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 11a4361

Please sign in to comment.