Skip to content

Commit

Permalink
Remove matrix build in release
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Sep 24, 2023
1 parent 0106946 commit c61f55c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ jobs:
build-docker:
name: Build Docker images
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
platform:
- linux/arm
- linux/arm64
- linux/amd64
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -79,6 +72,6 @@ jobs:
with:
context: .
push: true
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64,linux/arm
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c61f55c

Please sign in to comment.