Skip to content

Commit 9af03d6

Browse files
authored
fix: build for all platforms in depot release (#6406)
1 parent 4dd95c5 commit 9af03d6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/docker-base.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ 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
5660
pull: true
5761
no-cache: true
5862
push: true

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ 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
191195
pull: true
192196
no-cache: true
193197
push: true

0 commit comments

Comments
 (0)