Skip to content

Commit

Permalink
Build for arm64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed May 14, 2024
1 parent f945d42 commit ed1ef61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Create version tag
id: version
run: echo "tag=$(git show -s --format="%ct-%h" $GITHUB_SHA)" >> $GITHUB_OUTPUT
run: echo "tag=$(git show -s --format="%ct-%h" $GITHUB_SHA)" >> $GITHUB_OUTPUT

- name: Log in to the container registry
uses: docker/login-action@v3
Expand All @@ -37,6 +37,7 @@ jobs:
with:
pull: true
push: true
platforms: linux/amd64,linux/arm64
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.tag }}
Expand Down

0 comments on commit ed1ef61

Please sign in to comment.