-
Notifications
You must be signed in to change notification settings - Fork 172
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
Provide arm64 Docker Image #50
Comments
The containers are built automatically using CircleCI. Here's the state of CircleCI's arm64 support: https://ideas.circleci.com/ideas/CCI-I-900 |
Hmm, looks like they've been sitting on the issue for a year. That doesn't make the prospect of arm64 images too promising. |
Would be useful for when Apple Silicon devices with Big Sur come out and Docker for Apple silicon ( although it might run in a VM with a guest ARM Linux like the current version for Intel Macs uses Linux) |
CircleCI now supports ARM as resource class, but not with their Docker executor. The issue is tracked here. |
Building a native image on an ARM machine (by removing the ARM image on an ARM machine (Apple Silicon/M1) (~5 seconds):
AMD image on the same ARM machine (~16 seconds):
|
Remove --patform args completely so that by default we build natively on each platform. Partial fix for #50
The original issue was for providing an arm64 image. With #337 (which will be shipped with the 0.4.1 version) this will already be the case. However, users will have to manually copy over the image since we don't distribute We don't plan on supporting linux 64 arm systems at the moment. However, for macOS, we will support arm-based macs (apple silicon / m1 / m2). With that said, I'll close this issue. |
I am looking to provide dangerzone as a default application on the Librem 5 phone hardware (running PureOS, which is based off of Debian Buster). As the dangerzone package is architecture-independent I have been able to install the buster Debian package and run it on the phone (it doesn't quite fit on the default small screen resolution but I'm working on a PR to help with that).
Unfortunately the only docker image that is provided is for amd64. This causes docker to fail on platforms that don't support amd64. Please provide an alternate docker image built for arm64 platforms.
The text was updated successfully, but these errors were encountered: