We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dddf9 commit 1cda649Copy full SHA for 1cda649
bakefiles/README.md
@@ -1,5 +1,5 @@
1
# Build configuration files for the `docker buildx bake` command
2
3
-:warning: Versiond JSON files (`X.Y.Z.docker-bake.json`) in this directory are generated by
+:warning: JSON files except `devel.docker-bake.json` in this directory are generated by
4
[`generate-main-bakefiles.R`](../build/scripts/generate-main-bakefiles.R),
5
**Don't edit manually.** :warning:
bakefiles/devel.docker-bake.json
@@ -81,7 +81,7 @@
81
"docker.io/rocker/tidyverse:devel"
82
],
83
"platforms": [
84
- "linux/arm64"
+ "linux/amd64"
85
86
"cache-to": [
87
"type=inline"
@@ -109,7 +109,7 @@
109
"docker.io/rocker/verse:devel"
110
111
112
113
114
115
0 commit comments