Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd95c5 commit 9af03d6Copy full SHA for 9af03d6
.github/workflows/docker-base.yaml
@@ -53,6 +53,10 @@ jobs:
53
project: wl5hnrrkns
54
context: base-build-context
55
file: scripts/Dockerfile.base
56
+ platforms:
57
+ - linux/amd64
58
+ - linux/arm64
59
+ - linux/arm/v7
60
pull: true
61
no-cache: true
62
push: true
.github/workflows/release.yaml
@@ -188,6 +188,10 @@ jobs:
188
189
190
191
192
193
194
195
196
197
0 commit comments