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 0fa8a42 commit bb8e5fdCopy full SHA for bb8e5fd
examples/build/secrets/platforms-buildrunner.yaml
@@ -1,7 +1,6 @@
1
# In order to use secrets, you need to set use-legacy-builder to false in the config file OR
2
# add platforms to the build section
3
-# To run this example, you need to set the SECRET_PASSWORD environment variable
4
-# and run the example with the following command:
+# To run this example, use the following command:
5
# SECRET2=my_secret ./run-buildrunner.sh -f examples/build/secrets/platforms-buildrunner.yaml
6
# More info about secrets: https://docs.docker.com/build/building/secrets/
7
steps:
@@ -26,4 +25,4 @@ steps:
26
25
- id=secret2,env=SECRET2
27
platforms:
28
- linux/amd64
29
- - linux/arm64
+ - linux/arm64/v8
0 commit comments