rancher / dapper

Docker build wrapper
Apache License 2.0
365 stars 88 forks source link

odroid xu4 reports itself as armv7l #41

Closed SvenDowideit closed 5 years ago

SvenDowideit commented 7 years ago

can you please upload the 32 bit arm with that suffix too? :/

SvenDowideit commented 7 years ago

@ibuildthecloud (or give me moar powa :D )

SvenDowideit commented 7 years ago

to work around this, I'm changing the Makefiles's like:

        @echo Downloading dapper
-       @curl -sL https://releases.rancher.com/dapper/latest/dapper-`uname -s`-`uname -m` > .dapper.tmp
+       @curl -sL https://releases.rancher.com/dapper/latest/dapper-`uname -s`-`uname -m|sed 's/v7l//'` > .dapper.tmp
        @@chmod +x .dapper.tmp
ibuildthecloud commented 5 years ago

This change is on master now

ibuildthecloud commented 5 years ago

Didn't realize we are just building arm, arm6l and arm7l binaries now.