fix: build for all platforms in depot release (#6406)

This commit is contained in:
Dean Sheather
2023-03-01 18:29:02 +00:00
committed by GitHub
parent 4dd95c5e01
commit 9af03d6180
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -53,6 +53,10 @@ jobs:
project: wl5hnrrkns
context: base-build-context
file: scripts/Dockerfile.base
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
pull: true
no-cache: true
push: true
+4
View File
@@ -188,6 +188,10 @@ jobs:
project: wl5hnrrkns
context: base-build-context
file: scripts/Dockerfile.base
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
pull: true
no-cache: true
push: true