Skip to content

Commit

Permalink
chore(build): build and publish docker image for AARCH64 platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
qkaiser committed Nov 12, 2023
1 parent 81929c2 commit fe2bbbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
load: true
push: false
tags: ${{ env.DOCKER_IMAGE }}
Expand Down

0 comments on commit fe2bbbc

Please sign in to comment.