summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2022-03-30 12:14:17 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-31 08:35:39 +0900
commit3a70d4cd60d0b0765d44792d226a1f2ffc38c931 (patch)
treead78e5c67ba8498e75e34521a40ebfb8c10cb3a5 /.cirrus.yml
parent9f306618b169143237d8fad0a898f2accf0cdd28 (diff)
[DOC] Fix ghcr link
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5734
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
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]