[MM-35010] add m1 architecture support (#1550)

* add both architectures to build process

* add arm64 to github release

* add beta to the download link so people know that it is not yet fully supported
This commit is contained in:
Guillermo Vayá
2021-04-20 12:26:35 +02:00
committed by GitHub
parent b8e2822457
commit 37fcdfaa0a
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ $(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-win-x64.zip")
#### Mac
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac.dmg")
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac-arm64.dmg") (beta)
#### Linux
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-linux-ia32.tar.gz")