Skip to content

Commit

Permalink
Merge pull request #107 from shantanoo-desai/image-build-fix
Browse files Browse the repository at this point in the history
chore(ci): remove matrix strategy
  • Loading branch information
shantanoo-desai authored Jul 31, 2023
2 parents ed088e4 + 7127871 commit 68b3ad0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -51,6 +47,6 @@ jobs:
context: "{{defaultContext}}:tui-configurator"
push: true
provenance: false # Potential solution based on docker/build-push-action/issues/820
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 68b3ad0

Please sign in to comment.