Skip to content

Commit adac1c1

Browse files
Updated README.md (#59)
* Updated README.md * Updated README.md
1 parent 31a2020 commit adac1c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,17 @@ docker run --rm \
125125
plugins/docker --dry-run
126126
```
127127

128+
### Flag Usage
129+
130+
Use PLUGIN_BUILDX_OPTIONS
131+
132+
You can pass all buildx supported flags together using the PLUGIN_BUILDX_OPTIONS environment variable:
133+
134+
```console
135+
envVariables:
136+
PLUGIN_BUILDX_OPTIONS: "--provenance=false, --platform=linux/amd64"
137+
```
138+
128139
## Developer Notes
129140

130141
- When updating the base image, you will need to update for each architecture and OS.

0 commit comments

Comments
 (0)