Skip to content

Commit

Permalink
Use multiarch build
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Dec 11, 2024
1 parent 526c587 commit 75c34a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}:${{ matrix.runmode }}-${{ env.AEM_SDK_VERSION }}
platforms: linux/amd64
# TODO: for multi platform use: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
build-args: |
RUNMODE=${{ matrix.runmode }}
Expand Down

0 comments on commit 75c34a1

Please sign in to comment.