Skip to content

Commit

Permalink
Support only amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Feb 28, 2023
1 parent 2f2a1b3 commit f1776d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: 'amd64,arm64'
platforms: 'amd64'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -42,7 +42,7 @@ jobs:
with:
context: .
file: Dockerfile
platforms: 'amd64,arm64'
platforms: 'amd64'
push: ${{ github.ref_type == 'tag' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f1776d4

Please sign in to comment.