Skip to content

Commit 322f612

Browse files
committed
fix: build for all platforms in depot release pt. 2
1 parent 9af03d6 commit 322f612

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/docker-base.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ jobs:
5353
project: wl5hnrrkns
5454
context: base-build-context
5555
file: scripts/Dockerfile.base
56-
platforms:
57-
- linux/amd64
58-
- linux/arm64
59-
- linux/arm/v7
56+
platforms: linux/amd64,linux/arm64,linux/arm/v7
6057
pull: true
6158
no-cache: true
6259
push: true

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,7 @@ jobs:
188188
project: wl5hnrrkns
189189
context: base-build-context
190190
file: scripts/Dockerfile.base
191-
platforms:
192-
- linux/amd64
193-
- linux/arm64
194-
- linux/arm/v7
191+
platforms: linux/amd64,linux/arm64,linux/arm/v7
195192
pull: true
196193
no-cache: true
197194
push: true

0 commit comments

Comments
 (0)