Skip to content

Commit

Permalink
switch back to amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
pjberry16 authored Jul 21, 2023
1 parent 724d01a commit 04becdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/arm64
platforms: linux/amd64

- name: setup docker buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/arm64
platforms: linux/amd64

- name: Login
uses: docker/login-action@v2
Expand All @@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/arm64
platforms: linux/amd64
push: true
tags: |
${{ env.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit 04becdc

Please sign in to comment.