From 1cda649c277a11f3989e74670706b290a3226e30 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Sat, 10 Aug 2024 10:05:58 +0900 Subject: [PATCH] ci: fix devel rocker/tidyverse and rocker/verse's platform (#841) --- bakefiles/README.md | 2 +- bakefiles/devel.docker-bake.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bakefiles/README.md b/bakefiles/README.md index adcc9117..21a4ca41 100644 --- a/bakefiles/README.md +++ b/bakefiles/README.md @@ -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: diff --git a/bakefiles/devel.docker-bake.json b/bakefiles/devel.docker-bake.json index cc4d5075..26aceeb2 100644 --- a/bakefiles/devel.docker-bake.json +++ b/bakefiles/devel.docker-bake.json @@ -81,7 +81,7 @@ "docker.io/rocker/tidyverse:devel" ], "platforms": [ - "linux/arm64" + "linux/amd64" ], "cache-to": [ "type=inline" @@ -109,7 +109,7 @@ "docker.io/rocker/verse:devel" ], "platforms": [ - "linux/arm64" + "linux/amd64" ], "cache-to": [ "type=inline"