Skip to content

Commit bb8e5fd

Browse files
author
saville
committed
Change platform and update docs in file
1 parent 0fa8a42 commit bb8e5fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/build/secrets/platforms-buildrunner.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# In order to use secrets, you need to set use-legacy-builder to false in the config file OR
22
# 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:
3+
# To run this example, use the following command:
54
# SECRET2=my_secret ./run-buildrunner.sh -f examples/build/secrets/platforms-buildrunner.yaml
65
# More info about secrets: https://docs.docker.com/build/building/secrets/
76
steps:
@@ -26,4 +25,4 @@ steps:
2625
- id=secret2,env=SECRET2
2726
platforms:
2827
- linux/amd64
29-
- linux/arm64
28+
- linux/arm64/v8

0 commit comments

Comments
 (0)