diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-08-17 18:04:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 18:04:46 +0000 |
commit | abed2e97488f57d37743f090c16c12eff812b2ce (patch) | |
tree | 94d96e0a88cad49c7d2d12a0957e0aadebf91cc0 /INSTALL.md | |
parent | c24d7dfd0d2d8849f0398d7cb1a65d6562ee7a0d (diff) | |
download | alacritty-abed2e97488f57d37743f090c16c12eff812b2ce.tar.gz alacritty-abed2e97488f57d37743f090c16c12eff812b2ce.zip |
Add macOS ARM builds to CI
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -251,6 +251,16 @@ make app cp -r target/release/osx/Alacritty.app /Applications/ ``` +#### Universal Binary + +The following will build an executable that runs on both x86 and ARM macos +architectures: + +```sh +rustup target add x86_64-apple-darwin aarch64-apple-darwin +make app-universal +``` + ## Post Build There are some extra things you might want to set up after installing Alacritty. |