Skip to content

Commit

Permalink
zo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonneutert committed Oct 17, 2023
1 parent d81b858 commit 215563c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64/v8
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -73,5 +67,5 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: ${{matrix.platform}} # linux/amd64 #,linux/arm32/v6,linux/arm32/v7,linux/arm64/v8
platforms: linux/amd64,linux/arm64/v8

0 comments on commit 215563c

Please sign in to comment.