From 3a70d4cd60d0b0765d44792d226a1f2ffc38c931 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Wed, 30 Mar 2022 12:14:17 +0900 Subject: [PATCH] [DOC] Fix ghcr link --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c8fb326c89..0cab0023c2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -12,7 +12,7 @@ task: name: Arm64 Graviton2 / $CC skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}')" arm_container: - # We use the arm64 images at http://ghcr.io/ruby/ruby-ci-image . + # We use the arm64 images at https://github.com/ruby/ruby-ci-image/pkgs/container/ruby-ci-image . image: ghcr.io/ruby/ruby-ci-image:$CC # Define the used cpu core in each matrix task. We can use total 16 cpu # cores in entire matrix. [cpu] = [total cpu: 16] / [number of tasks]