Skip to content

swift-wasm-DEVELOPMENT-SNAPSHOT-2022-01-25-a

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 01:30
3e2f6e4
Add Ubuntu 20.04 on ARM64 build agent (#4150)

Tests on this new platform are disabled for now due to #4152.

Related to #1854.

* Add Ubuntu 20.04 on ARM64 build agent

* Don't attempt to install Wasmer on linux-aarch64

* Fix typo: `==` -> `!=`

* Fix `sccache` installation on aarch64

* Use `aarch64` suffix in `target` property

* Fix `aarch64` suffix use

* Apply suggestions from code review

Co-authored-by: Yuta Saito <[email protected]>