Skip to content

Commit

Permalink
Remove arm
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Feb 20, 2024
1 parent 548e330 commit fef6648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup | Docker
uses: docker/setup-buildx-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

- name: Setup | Quay.io
uses: docker/login-action@v2
Expand All @@ -75,7 +75,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
labels: VERSION=${{ env.image_tag }}
tags: quay.io/team-helium/test-images:virtual-lorawan-device-${{ env.image_tag }}
cache-from: type=gha
Expand Down

0 comments on commit fef6648

Please sign in to comment.