Skip to content

Commit

Permalink
ci: fix devel rocker/tidyverse and rocker/verse's platform (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Aug 10, 2024
1 parent e8dddf9 commit 1cda649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bakefiles/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build configuration files for the `docker buildx bake` command

: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
[`generate-main-bakefiles.R`](../build/scripts/generate-main-bakefiles.R),
**Don't edit manually.** :warning:
4 changes: 2 additions & 2 deletions bakefiles/devel.docker-bake.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"docker.io/rocker/tidyverse:devel"
],
"platforms": [
"linux/arm64"
"linux/amd64"
],
"cache-to": [
"type=inline"
Expand Down Expand Up @@ -109,7 +109,7 @@
"docker.io/rocker/verse:devel"
],
"platforms": [
"linux/arm64"
"linux/amd64"
],
"cache-to": [
"type=inline"
Expand Down

0 comments on commit 1cda649

Please sign in to comment.