Skip to content

Commit

Permalink
Do both platforms serially
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez Baquero committed Jan 23, 2024
1 parent 3c17a1a commit 6b2a4de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
build-and-push-image:
runs-on: larger

strategy:
matrix:
platform: [linux/amd64, linux/arm64]

permissions:
contents: read
packages: write
Expand Down Expand Up @@ -107,7 +103,7 @@ jobs:
${{ steps.tags.outputs.version_docker_tags }}
${{ steps.tags.outputs.mutable_docker_tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha,scope=l1
cache-to: type=gha,mode=max,scope=l1
build-args: |
Expand Down

0 comments on commit 6b2a4de

Please sign in to comment.