ARM builds for abra #312
Closed
opened 2022-04-17 22:01:04 +00:00 by decentral1se
·
6 comments
Labels
Clear labels
abra
awaiting-feedback
backups
bug
build
ci/cd
community organising
contributing
coopcloud.tech
design
documentation
duplicate
enhancement
fedi
fedi-infra
finance
funding
good first issue
help wanted
installer
legal
performance
proposal
question
security
test
wontfix
Everything to do with abra
Ping/pong on comms
Something is not working
Go build related issues
Getting the robots into the mix
Opening this thing up
Contributors stuff
Our main website
Design thinking required
Let's write things together
This issue or pull request already exists
New feature
Democratic decision making
Money things
Anything related to grant funding
Easy start with development
Need some help
Installation related issues
Performance related
Large change which requires feedback & decisin making
More information is needed
Securing our shit
Unit or integration test suite
This won't be fixed
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/organising#312
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Did this for another project, something like https://git.vvvvvvaria.org/decentral1se/distribusi-go/src/commit/360f77b25935b0e67e2eb058e825a699cfd8840a/.goreleaser.yaml#L25-L30.
This is what currently happens when trying to install abra on ARM (this is using Linux, as Rosetta kicks on on Mac and abra runs fine on M1):
$ curl https://install.abra.coopcloud.tech | bash
downloading 0.3.0-alpha linux_aarch64 binary release for abra...
checking if checksums match...
ERROR: the checksum of downloaded file doesn't match the checksum in release! Either the file was corrupted during download or the file has been changed during transport
expected checksum:
checksum of downloaded file: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
abra was NOT installed/upgraded
$ curl https://install.abra.coopcloud.tech | bash -s -- --rc
downloading 0.4.0-alpha-rc7 linux_aarch64 binary release for abra...
checking if checksums match...
ERROR: the checksum of downloaded file doesn't match the checksum in release! Either the file was corrupted during download or the file has been changed during transport
expected checksum:
checksum of downloaded file: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
abra was NOT installed/upgraded
OK with
c71efb46baI see thatgoreleaser release --snapshot --rm-distreports:So the builds are there. Once the new release is out we can see if
c71efb46ba/scripts/installer/installercan handle it & if not re-work & re-deploy that script post-release to make it work. Nearly there.Available for testing on https://git.coopcloud.tech/coop-cloud/abra/releases/tag/0.4.0-alpha as downloads. The installer might work 🤷
aarch64andarm64are different names for the same architecture. We should change the installer so that it pulls the arm64 version when device reports aarch64fixed in
c214937e4aI'll wait till it builds, run the installer and close the issue if it worksbonus: 32 bit arm support also added in
11d78234b2closing, please reopen if you encounter further problems