Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
don't fix things if it isn't broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong authored Sep 7, 2023
1 parent aa1f793 commit fa3fdce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
build:
needs: test
runs-on: ubuntu-latest
strategy:
matrix:
platforms: [linux/amd64, linux/arm64]
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -93,5 +90,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: ${{ matrix.platforms }}

platforms: linux/amd64,linux/arm64/v8 # Add the desired platforms here

0 comments on commit fa3fdce

Please sign in to comment.