Add support for Apple M1 #119

Closed
opened 2021-02-21 00:20:48 +00:00 by jdortiz · 4 comments

Installing gitea macos 11 M1 fails because the arm64 binary is not available among your artifacts:

% brew install gitea
==> Installing gitea from gitea/tap
==> Downloading https://dl.gitea.io/gitea/1.13.2/gitea-1.13.2-darwin-10.6-arm64
#=#=#
curl: (22) The requested URL returned error: 404
Error: Failed to download resource "gitea"
Download failed: https://dl.gitea.io/gitea/1.13.2/gitea-1.13.2-darwin-10.6-arm64

Could you please add support for M1? Thank you very much.

Installing gitea macos 11 M1 fails because the arm64 binary is not available among your artifacts: ``` % brew install gitea ==> Installing gitea from gitea/tap ==> Downloading https://dl.gitea.io/gitea/1.13.2/gitea-1.13.2-darwin-10.6-arm64 #=#=# curl: (22) The requested URL returned error: 404 Error: Failed to download resource "gitea" Download failed: https://dl.gitea.io/gitea/1.13.2/gitea-1.13.2-darwin-10.6-arm64 ``` Could you please add support for M1? Thank you very much.
Owner

for 1.13.3 it's not posible. but perhaps for v1.13.3 since go-1.16.0 got released.

for upcomming major release this should be done.

for 1.13.3 it's not posible. but perhaps for v1.13.3 since go-1.16.0 got released. for upcomming major release this should be done.

Technically we could fallback to the amd64 binary here for darwin/arm64 as it can run both

Technically we could fallback to the amd64 binary here for darwin/arm64 as it can run both
lunny added the
kind/feature
label 2021-02-21 16:50:33 +00:00
Owner

v1.14.0 was released witch has m1 support

v1.14.0 was released witch has m1 support
Owner

See https://dl.gitea.io/gitea/1.14.0/gitea-1.14.0-darwin-10.12-arm64 and I will close this now. Please feel freee to reopen it.

See https://dl.gitea.io/gitea/1.14.0/gitea-1.14.0-darwin-10.12-arm64 and I will close this now. Please feel freee to reopen it.
lunny closed this issue 2021-04-11 15:12:00 +00:00
Sign in to join this conversation.
No description provided.