Closed andig closed 3 years ago
Could you try with v0.8.0?
Because of a release bug, the v0.8.0 doesn't exist #15
Could you try with v0.8.2?
Wish I could:
SkyNetM1:htdocs andig$ brew tap ldez/tap
==> Tapping ldez/tap
Cloning into '/opt/homebrew/Library/Taps/ldez/homebrew-tap'...
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 201 (delta 2), reused 0 (delta 0), pack-reused 193
Receiving objects: 100% (201/201), 28.62 KiB | 2.38 MiB/s, done.
Resolving deltas: 100% (85/85), done.
Error: Invalid formula: /opt/homebrew/Library/Taps/ldez/homebrew-tap/Formula/seihon.rb
formulae require at least a URL
Error: Cannot tap ldez/tap: invalid syntax in tap!
Not sure what's up here:
SkyNetM1:htdocs andig$ uname -p
arm
You can use the binary :wink:
I'll build from source, but for completeness:
❯ curl -sfL https://raw.githubusercontent.com/ldez/seihon/master/godownloader.sh | bash -s -- -b $GOPATH/bin
ldez/seihon crit platform darwin/arm64 is not supported. Make sure this script is up-to-date and file request at https://github.com/ldez/seihon/issues/new
v0.8.3 will add the binary and the brew support
I'll just wait, no hurry:
❯ go install github.com/ldez/seihon@latest
~/htdocs
❯ seihon -v
seihon version 0.7.1
❯ go install github.com/ldez/seihon@0.8.2
Alias tip: goi github.com/ldez/seihon@0.8.2
go install github.com/ldez/seihon@0.8.2: github.com/ldez/seihon@0.8.2: invalid version: unknown revision 0.8.2
I would have expected go install to get latest commit and build for arm...
v0.8.2 instead of 0.8.2
the v0.8.3 is available on my brew tap
LGTM! Wiped the docker disk (i.e. the image cache) and started build which worked.
I could solve this my pulling the "failed" images upfront. Not sure is even related to seihon, I'm running on pre-release Docker 3.1.0 darwin/arm64.