Skip to content

Commit

Permalink
feat: add platform linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed Mar 30, 2024
1 parent 3086e1b commit 9cef1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/tbmc/sporteasy-calendar-connector:latest
Expand Down

0 comments on commit 9cef1b4

Please sign in to comment.