tea: enable arm64 architecture #130

Merged
6543 merged 1 commits from :master into master 2021-06-21 12:02:58 +00:00
Member

We have builds for arm64 since gitea/tea#360.

So I suppose this should be merged only once 0.8.0 is released

We have builds for arm64 since https://gitea.com/gitea/tea/pulls/360. So I suppose this should be merged only once 0.8.0 is released
6543 reviewed 2021-06-18 16:24:28 +00:00
tea.rb Outdated
@ -15,2 +32,2 @@
url "https://dl.gitea.io/tea/master/tea-master-darwin-amd64"
sha256 `curl -s https://dl.gitea.io/tea/master/tea-master-darwin-amd64.sha256`.split(" ").first
url Tea.bin_url(version)
sha256 `curl -s ${url}.sha256`.split(" ").first
Owner
-    sha256 `curl -s ${url}.sha256`.split(" ").first
+    sha256 `curl -sL ${url}.sha256`.split(" ").first
```diff - sha256 `curl -s ${url}.sha256`.split(" ").first + sha256 `curl -sL ${url}.sha256`.split(" ").first ```
noerw marked this conversation as resolved
6543 reviewed 2021-06-18 16:25:08 +00:00
tea.rb Outdated
@ -9,2 +26,2 @@
url "https://dl.gitea.io/tea/#{version}/tea-#{version}-darwin-amd64"
sha256 `curl -s https://dl.gitea.io/tea/#{version}/tea-#{version}-darwin-amd64.sha256`.split(" ").first
url Tea.bin_url(version)
sha256 `curl -s ${url}.sha256`.split(" ").first
Owner
-    sha256 `curl -s ${url}.sha256`.split(" ").first
+    sha256 `curl -sL ${url}.sha256`.split(" ").first
```diff - sha256 `curl -s ${url}.sha256`.split(" ").first + sha256 `curl -sL ${url}.sha256`.split(" ").first ```
noerw marked this conversation as resolved
zeripath approved these changes 2021-06-18 16:28:41 +00:00
zeripath left a comment
Owner

as per @6543 but otherwise LGTM.

as per @6543 but otherwise LGTM.
6543 approved these changes 2021-06-20 15:13:02 +00:00
Owner

@noerw it got conflicts :(

@noerw it got conflicts :(
noerw force-pushed master from 45b9f54860 to 551332ced6 2021-06-21 09:40:23 +00:00 Compare
Author
Member

@6543 fixed via rebase+forcepush

@6543 fixed via rebase+forcepush
6543 merged commit f915816b85 into master 2021-06-21 12:02:58 +00:00
Owner

Merged to fix redirect bug, only install stable will fail fo now on arm ...

Merged to fix redirect bug, only install stable will fail fo now on arm ...
Sign in to join this conversation.
No description provided.