Skip to content

Commit

Permalink
No more matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Dec 19, 2023
1 parent 81cb3b0 commit 82cc394
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-image-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform: [linux/amd64, linux/arm64]
steps:
- name: Check Out Repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -51,7 +47,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64
annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 82cc394

Please sign in to comment.