Skip to content

Commit

Permalink
feat: build docker image on ARM (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfacchinelli authored Jun 11, 2024
1 parent 29afd93 commit e14e24c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
cache-to: type=inline
tags: |
${{ env.IMAGE_NAME }}:${{ env.VERSION }}
platforms: linux/amd64,linux/arm64

env:
VERSION: ${{ steps.git.outputs.short }}

0 comments on commit e14e24c

Please sign in to comment.