Skip to content

Commit

Permalink
Remove arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoGrandePhD committed Sep 13, 2022
1 parent 9399a47 commit 1e26e8c
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 @@ -38,7 +38,7 @@ jobs:
uses: docker/build-push-action@v3
if: ${{ github.event_name == 'push' }}
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
context: .
push: true
tags: |
Expand All @@ -50,7 +50,7 @@ jobs:
uses: docker/build-push-action@v3
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
context: .
push: true
tags: |
Expand Down

0 comments on commit 1e26e8c

Please sign in to comment.