@@ -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:
8787rake 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