We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ae8b4 commit 2aa09adCopy full SHA for 2aa09ad
.github/workflows/build.yml
@@ -8,6 +8,11 @@ on:
8
types: [opened, synchronize, reopened, ready_for_review]
9
push:
10
11
+env:
12
+ CONTAINER_REGISTRY: ghcr.io
13
+ CONTAINER_IMAGE: ghcr.io/${{ github.repository }}
14
+ PLATFORMS: linux/amd64,linux/arm64
15
+
16
jobs:
17
binaries:
18
name: Binaries
@@ -73,16 +78,6 @@ jobs:
73
78
if: |
74
79
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
75
80
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
76
- strategy:
77
- fail-fast: false
- matrix:
- platform:
- - linux/amd64
81
- - linux/arm64
82
- - linux/arm
83
- - darwin/amd64
84
- - darwin/arm64
85
- - windows/amd64
86
steps:
87
- name: Check out
88
if: ${{ github.event_name != 'pull_request_target' }}
0 commit comments