Skip to content

v1.7.0: Add support for aarch64

Compare
Choose a tag to compare
@SaschaMann SaschaMann released this 21 May 19:55
· 146 commits to master since this release
e7e85c4

Setting the arch input to aarch64 will install aarch64 binaries,
intended to be used on aarch64-based self-hosted runners.

Please note that we currently don't run test builds on that
architecture, so we cannot guarantee that the input won't break
randomly, although there is no reason why it would.

In a future update, we may choose a default architecture based on the
arch of the runner.

Thanks to @giordano for providing a self-hosted runner for testing.