File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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/
65use-legacy-builder : false
Original file line number Diff line number Diff line change 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/
76steps :
2625 - id=secret2,env=SECRET2
2726 platforms :
2827 - linux/amd64
29- - linux/arm64
28+ - linux/arm64/v8
You can’t perform that action at this time.
0 commit comments