Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading linux-arm64 gets me an old version?? #225

Closed
Nadav-Ruskin opened this issue May 13, 2018 · 6 comments
Closed

Downloading linux-arm64 gets me an old version?? #225

Nadav-Ruskin opened this issue May 13, 2018 · 6 comments

Comments

@Nadav-Ruskin
Copy link

Nadav-Ruskin commented May 13, 2018

docker run --rm dockcross/linux-arm64 > ./dockcross-linux-arm64
chmod +x ./dockcross-linux-arm64
./dockcross-linux-arm64 bash -c '/opt/x-tools/aarch64-unknown-linux-gnueabi'

Outputs bash: /opt/x-tools/aarch64-unknown-linux-gnueabi: Is a directory. /opt/x-tools isn't even mentioned in the code anymore. The code was merged three days ago.

#224 #221

@thewtex
Copy link
Collaborator

thewtex commented May 13, 2018

Please try running

./dockcross-linux-arm64 update

As described in the Built-in update commands section of the README.

@Nadav-Ruskin
Copy link
Author

It doesn't change anything.

osboxes@osboxes:~/git/eyesight-core-ua$ ./dockcross-linux-arm64 updateUsing default tag: latest
latest: Pulling from dockcross/linux-arm64
Digest: sha256:351c753e2c9bc33c0f21baebe48019eeb6a75b2b19e3380a8960017ed66afe22
Status: Image is up to date for dockcross/linux-arm64:latest
./dockcross-linux-arm64 is up to date
osboxes@osboxes:~/git/eyesight-core-ua$ docker run --rm dockcross/linux-arm64 > ./dockcross-linux-arm64
osboxes@osboxes:~/git/eyesight-core-ua$ chmod +x ./dockcross-linux-arm64
osboxes@osboxes:~/git/eyesight-core-ua$ ./dockcross-linux-arm64 bash -c '/opt/x-tools/aarch64-unknown-linux-gnueabi'
bash: /opt/x-tools/aarch64-unknown-linux-gnueabi: Is a directory
osboxes@osboxes:~/git/eyesight-core-ua$ 

@andre-richter
Copy link

The last push is from 8 days ago. Changes have not been propagated yet:
https://hub.docker.com/r/dockcross/linux-arm64/tags/

Maybe manually kick off a build on dockerhub?

@thewtex
Copy link
Collaborator

thewtex commented May 14, 2018

It looks like CircleCI hung on the deploy job. I will re-run...

@thewtex
Copy link
Collaborator

thewtex commented May 14, 2018

Re-run is here.

@Nadav-Ruskin
Copy link
Author

OK, fixed.

@thewtex thewtex closed this as completed May 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants