Skip to content

Commit

Permalink
feat(docker): add support for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Dec 8, 2023
1 parent fef53c6 commit 9ee63b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packages-scheduled-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
push: true
tags: ${{ steps.image-tag.outputs.image_url }}
file: ${{ steps.image-tag.outputs.file }}
platforms: linux/amd64,linux/arm64
1 change: 1 addition & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ jobs:
push: true
tags: ${{ steps.image-tag.outputs.image_url }}
file: ${{ steps.image-tag.outputs.file }}
platforms: linux/amd64,linux/arm64

0 comments on commit 9ee63b3

Please sign in to comment.