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 d885942 commit 9963f2aCopy full SHA for 9963f2a
.github/workflows/build.jsonnet
@@ -65,7 +65,7 @@ local build_job(pattern) =
65
_name:: name,
66
[name]: {
67
name: name,
68
- 'runs-on': (if pattern.arch == 'arm64' then 'ubuntu-latest-arm64' else 'ubuntu-latest'),
+ 'runs-on': (if pattern.arch == 'arm64' then 'ubuntu-24.04-arm' else 'ubuntu-24.04'),
69
permissions: { 'id-token': 'write', contents: 'read' },
70
steps: common_steps + [
71
{
0 commit comments