Skip to content

Commit f0b1289

Browse files
author
Jacob Truman
committed
Small update to example file docs
1 parent 3a7ce7c commit f0b1289

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

examples/build/secrets/buildrunner.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# In order to use secrets, you need to set use-legacy-builder to false in the config file
2-
# To run this example, you need to set the SECRET_PASSWORD environment variable
3-
# and run the example with the following command:
2+
# To run this example, use the following command:
43
# SECRET2=my_secret ./run-buildrunner.sh -f examples/build/secrets/buildrunner.yaml
54
# More info about secrets: https://docs.docker.com/build/building/secrets/
65
use-legacy-builder: false

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)