Skip to content

Commit

Permalink
multi arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesxu123 committed Mar 4, 2024
1 parent d210619 commit 37b5ea6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,14 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ./Dockerfile
push: true
tags: hackduke/blueride-mailer:latest
- name: Build and push Docker image for arm64
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ./Dockerfile
push: true
tags: hackduke/blueride-mailer:latest
platforms: linux/arm64
platforms: linux/amd64,linux/arm64

0 comments on commit 37b5ea6

Please sign in to comment.