Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ubuntu-22.04-arm and ubuntu-24.04-arm to runs-on #504

Closed
hugovk opened this issue Jan 16, 2025 · 3 comments · Fixed by #503
Closed

Add ubuntu-22.04-arm and ubuntu-24.04-arm to runs-on #504

hugovk opened this issue Jan 16, 2025 · 3 comments · Fixed by #503

Comments

@hugovk
Copy link

hugovk commented Jan 16, 2025

GitHub has just released Linux arm64 hosted runners:

https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/

Using the following labels:

ubuntu-24.04-arm
ubuntu-22.04-arm

Please could you add them to actionlint?

Lint GitHub Actions workflow files.......................................Failed
- hook id: actionlint
- exit code: 1

.github/workflows/test.yml:15:28: label "ubuntu-22.04-arm" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2025", "windows-2022", "windows-2019", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04", "macos-latest", "macos-latest-xl", "macos-latest-xlarge", "macos-latest-large", "macos-15-xlarge", "macos-15-large", "macos-15", "macos-14-xl", "macos-14-xlarge", "macos-14-large", "macos-14", "macos-13-xl", "macos-13-xlarge", "macos-13-large", "macos-13", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
   |
15 |         os: [macos-latest, ubuntu-22.04-arm, ubuntu-24.04-arm]
   |                            ^~~~~~~~~~~~~~~~~
.github/workflows/test.yml:15:46: label "ubuntu-24.04-arm" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2025", "windows-2022", "windows-2019", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04", "macos-latest", "macos-latest-xl", "macos-latest-xlarge", "macos-latest-large", "macos-15-xlarge", "macos-15-large", "macos-15", "macos-14-xl", "macos-14-xlarge", "macos-14-large", "macos-14", "macos-13-xl", "macos-13-xlarge", "macos-13-large", "macos-13", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
   |
15 |         os: [macos-latest, ubuntu-22.04-arm, ubuntu-24.04-arm]
   |                                              ^~~~~~~~~~~~~~~~~
@hugovk hugovk changed the title Add ubuntu-22.04-arm and ubuntu-24.04-arm to runs-on` Add ubuntu-22.04-arm and ubuntu-24.04-arm to runs-on Jan 16, 2025
@shogo82148
Copy link
Contributor

#503 is merged 🎉

@rhysd
Copy link
Owner

rhysd commented Jan 18, 2025

This was fixed and the new release will be created tomorrow.

@rhysd rhysd closed this as completed Jan 18, 2025
@rhysd
Copy link
Owner

rhysd commented Jan 19, 2025

v1.7.7 was released.

https://github.com/rhysd/actionlint/releases/tag/v1.7.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants