Skip to content

Add ARMv7 support to actions-runner container images#4210

Open
twz123 wants to merge 3 commits intoactions:masterfrom
twz123:runner-images-armv7
Open

Add ARMv7 support to actions-runner container images#4210
twz123 wants to merge 3 commits intoactions:masterfrom
twz123:runner-images-armv7

Conversation

@twz123
Copy link

@twz123 twz123 commented Aug 15, 2025

Sort package install lists alphabetically.

Use dumb-init from Ubuntu repositories: dumb-init is available in the Ubuntu package repositories, so let's use that. This makes adding new architectures easier.

For Ubuntu 20.04, this means a downgrade from 1.2.5 to 1.2.2. However, given that Ubuntu 20.04 reached the end of its support cycle in May 2025, this seems acceptable. The only regression is that dumb-init won't attempt to cd into the root directory in order to release the file descriptor for its current working directory, besides some fixes around the --help and --version flags.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet