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 247a9dc commit 84ce9d6Copy full SHA for 84ce9d6
.github/workflows/build.yml
@@ -70,6 +70,18 @@ jobs:
70
- os: ubuntu-latest
71
container:
72
image: docker.io/library/ruby:3.4-alpine
73
+ - os: ubuntu-24.04-arm
74
+ container:
75
+ image: docker.io/library/ruby:3.1-alpine
76
77
78
+ image: docker.io/library/ruby:3.2-alpine
79
80
81
+ image: docker.io/library/ruby:3.3-alpine
82
83
84
+ image: docker.io/library/ruby:3.4-alpine
85
86
87
image: docker.io/nixos/nix:latest
0 commit comments