-
Notifications
You must be signed in to change notification settings - Fork 25
More docker build excitement #46
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
base: master
Are you sure you want to change the base?
Conversation
…to manually trigger.
This is very cool - thanks for doing all this! I'm actually a little disappointed the build is still 140 MB. From just a quick check the resources/data should be ~55 MB, and the exe was 30 MB on my build for ARM64, so I might poke around at things when I get back from a long weekend. |
Bring testing branch up to date
…d that I can't work out. _deps may now be shared between the containers and the host to streamline automated compliation.
In piecing this together, I have managed to break the alpine build (that commit message is misleading, as I just built the debian version twice without thinking). Hold off on actioning this PR until I rectify this. You managed to build for arm64 without issue? I believe there may be interest in running this on our MCA's, but they are only armhf. I'll have to play around with it. |
Nice - thanks for all this! Yes, it worked fine on arm64; I don't have any concerns about armhf because the Android build still compiles for, and works well, on the 32bit ARM cpus. |
docker run --rm -it -v
pwd:/data -p 8078:8078 ghcr.io/jstrader-mirion/interspec:release