Skip to content

Commit

Permalink
remove arm64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fopwoc committed Oct 3, 2023
1 parent 981126f commit 23b1a1f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
push_to_registries:
name: Push Docker images
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
platform:
- linux/amd64
- linux/arm64
permissions:
packages: write
contents: read
Expand Down Expand Up @@ -50,7 +44,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: ${{ matrix.platform }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 23b1a1f

Please sign in to comment.