From d4ade51fbaf4e4dd84b8e8e0fadc192aac30d5a3 Mon Sep 17 00:00:00 2001 From: Genki Sugawara Date: Mon, 16 Oct 2023 21:58:19 +0900 Subject: [PATCH] Add linux/arm64 to docker image platforms (#6525) Co-authored-by: Guido Petri <18634426+guidopetri@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab2cf792de..d3951e7e29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -229,6 +229,7 @@ jobs: test_all_deps=true cache-from: type=ghq cache-to: type=gha,mode=max + platforms: linux/amd64,linux/arm64 env: DOCKER_CONTENT_TRUST: true