Skip to content

Commit

Permalink
add support arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Romancha committed Aug 16, 2024
1 parent 95918d2 commit bcf0365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs:
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ matrix.image }}:latest
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/${{ matrix.image }}:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/${{ matrix.image }}:buildcache,mode=max
platforms: linux/amd64,linux/arm64

0 comments on commit bcf0365

Please sign in to comment.