We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29be797 commit 23e0f82Copy full SHA for 23e0f82
.github/workflows/build.yml
@@ -35,11 +35,11 @@ jobs:
35
strategy:
36
fail-fast: false
37
matrix:
38
+ dev_suffix: [ '', '-dev' ]
39
+ debug_suffix: ['', '-debug']
40
ubuntu_version:
41
- noble
42
- jammy
- dev_suffix: [ '', '-dev' ]
- debug_suffix: ['', '-debug']
43
arch: ['amd64', 'arm64']
44
45
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
@@ -126,10 +126,10 @@ jobs:
126
127
128
registry_name: [ rubylang, ghcr.io/ruby ]
129
+ image_version_suffix: [ '', '-dev', '-debug', '-debug-dev' ]
130
131
132
- image_version_suffix: [ '', '-dev', '-debug', '-debug-dev' ]
133
134
runs-on: ubuntu-latest
135
0 commit comments