Skip to content

Commit a1aa40a

Browse files
authored
Merge pull request #160 from willnet/change-circleci-to-github-in-readme
Update README to use GitHub Actions instead of CircleCI
2 parents 304280b + fc5492c commit a1aa40a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ We have some other images for special purposes.
7373
- Nightly debug built master (e.g. `rubylang/ruby:master-debug-nightly-jammy`)
7474
- EOL versions (e.g. `rubylang/ruby:2.4.10-jammy`)
7575

76-
All the images are based on `ubuntu:jammy`, and made from just doing `make install` and installing bundler.
76+
All the images are based on Ubuntu (noble or jammy), and made from just doing `make install` and installing bundler.
7777

7878
## How to build images
7979

@@ -87,16 +87,16 @@ You can specify the specific revision in the master branch like:
8787
rake docker:build ruby_version=master:ce798d08de
8888
```
8989

90-
## Build and push for the specific ruby and ubuntu versions
90+
## Build and push for the specific ruby
9191

92-
Trigger CircleCI workflow with `ruby_version` and `ubuntu_version` pipeline parameters.
93-
Nightly build workflow is triggered if the workflow triggered with `ruby_version` of `"nightly"`.
94-
The nightly build workflow only builds images of linux/amd64 platform.
92+
You can trigger builds using GitHub Actions workflow_dispatch.
93+
Go to the Actions tab in the repository, select the "Build Docker image with multi-arch" workflow,
94+
and run it with the `ruby_version` parameter (e.g., "3.1.2" or "master").
9595

96-
## Nightly build workflow
96+
## Scheduled build workflow
9797

98-
Nightly build workflow is performed by CircleCI's scheduled pipeline system.
99-
The build is triggered at 16:00 UTC (01:00 JST) every night.
98+
Scheduled builds are performed by GitHub Actions and run every 8 hours.
99+
The builds are triggered at 00:15, 08:15, and 16:15 UTC (09:15, 17:15, and 01:15 JST).
100100

101101
## Author
102102

0 commit comments

Comments
 (0)