Skip to content

Commit 1cda649

Browse files
authored
ci: fix devel rocker/tidyverse and rocker/verse's platform (#841)
1 parent e8dddf9 commit 1cda649

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bakefiles/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build configuration files for the `docker buildx bake` command
22

3-
:warning: Versiond JSON files (`X.Y.Z.docker-bake.json`) in this directory are generated by
3+
:warning: JSON files except `devel.docker-bake.json` in this directory are generated by
44
[`generate-main-bakefiles.R`](../build/scripts/generate-main-bakefiles.R),
55
**Don't edit manually.** :warning:

bakefiles/devel.docker-bake.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"docker.io/rocker/tidyverse:devel"
8282
],
8383
"platforms": [
84-
"linux/arm64"
84+
"linux/amd64"
8585
],
8686
"cache-to": [
8787
"type=inline"
@@ -109,7 +109,7 @@
109109
"docker.io/rocker/verse:devel"
110110
],
111111
"platforms": [
112-
"linux/arm64"
112+
"linux/amd64"
113113
],
114114
"cache-to": [
115115
"type=inline"

0 commit comments

Comments
 (0)