Skip to content

Commit

Permalink
Merge pull request #61 from koolwithk/patch-1
Browse files Browse the repository at this point in the history
arm64 arch docker image
  • Loading branch information
KtorZ authored Sep 13, 2022
2 parents 28af7fc + 24f5d43 commit c554ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.base-variables.outputs.image }}:latest
target: ${{ matrix.target }}
cache-from: type=registry,ref=${{ steps.base-variables.outputs.image }}:latest
Expand All @@ -65,6 +66,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.base-variables.outputs.image }}:${{ steps.tag-variables.outputs.tag }}
target: ${{ matrix.target }}
cache-from: type=registry,ref=${{ steps.base-variables.outputs.image }}:latest
Expand Down

0 comments on commit c554ae1

Please sign in to comment.