Skip to content

Conversation

@dennisameling
Copy link

@dennisameling dennisameling commented Jan 27, 2025

Successor of #7

Uses the now-available ubuntu-24.04-arm runner to run natively on arm64.

Here's a test run: https://github.com/dennisameling/alpine_nodejs/actions/runs/12998098115

And here's the release it created: https://github.com/dennisameling/alpine_nodejs/releases/tag/v20.18.2

@dennisameling dennisameling requested a review from a team as a code owner January 27, 2025 20:55
Comment on lines +60 to +63
# TODO enable running the tests on arm64 once actions/runner supports Alpine arm64
# https://github.com/actions/runner/pull/3665
#- arch: arm64
# runner: ubuntu-24.04-arm
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like running the tests will have to wait until actions/runner#3665 is merged, because they obviously fail due to the block in the actions/runner repo.

with:
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
# Create GitHub release
- uses: actions/create-release@master
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This action is unmaintained and the repo has been archived: https://github.com/actions/create-release

Alpine node.js ${{github.event.inputs.NodeVersion}}
# Upload release assets
- name: Upload Release Asset
uses: actions/[email protected]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This action in unmaintained and the repo has been archived: https://github.com/actions/upload-release-asset

@h0nIg
Copy link

h0nIg commented Apr 26, 2025

@TingluoHuang @joshmgross @actions/actions-runtime may i ask for review please?

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 this pull request may close these issues.

2 participants