Skip to content

Commit

Permalink
Multiarch images
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk committed Jul 28, 2023
1 parent cb91b62 commit 746f0a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,16 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1
with:
platforms: linux/amd64,linux/arm64

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
platforms: linux/amd64,linux/arm64
context: ./fhevm-requires-db
file: ./fhevm-requires-db-dockerfile/Dockerfile
push: true
Expand Down

0 comments on commit 746f0a0

Please sign in to comment.