Skip to content

Commit

Permalink
feat: Build docker image for both x86 & arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
shkreios committed Oct 1, 2024
1 parent 69bd04e commit a451bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit a451bb9

Please sign in to comment.