Skip to content

Commit 2aa09ad

Browse files
committed
fix(ci): remove matrix strategy for containers
1 parent 82ae8b4 commit 2aa09ad

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/build.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
types: [opened, synchronize, reopened, ready_for_review]
99
push:
1010

11+
env:
12+
CONTAINER_REGISTRY: ghcr.io
13+
CONTAINER_IMAGE: ghcr.io/${{ github.repository }}
14+
PLATFORMS: linux/amd64,linux/arm64
15+
1116
jobs:
1217
binaries:
1318
name: Binaries
@@ -73,16 +78,6 @@ jobs:
7378
if: |
7479
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
7580
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
76-
strategy:
77-
fail-fast: false
78-
matrix:
79-
platform:
80-
- linux/amd64
81-
- linux/arm64
82-
- linux/arm
83-
- darwin/amd64
84-
- darwin/arm64
85-
- windows/amd64
8681
steps:
8782
- name: Check out
8883
if: ${{ github.event_name != 'pull_request_target' }}

0 commit comments

Comments
 (0)