mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix ghcr link
This commit is contained in:
parent
9f306618b1
commit
3a70d4cd60
Notes:
git
2022-03-31 08:35:59 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ task:
|
||||||
name: Arm64 Graviton2 / $CC
|
name: Arm64 Graviton2 / $CC
|
||||||
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}')"
|
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}')"
|
||||||
arm_container:
|
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
|
image: ghcr.io/ruby/ruby-ci-image:$CC
|
||||||
# Define the used cpu core in each matrix task. We can use total 16 cpu
|
# 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]
|
# cores in entire matrix. [cpu] = [total cpu: 16] / [number of tasks]
|
||||||
|
|
Loading…
Reference in a new issue