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

[BUG] ARM not wholly supported #177

Open
rhinot opened this issue Aug 31, 2020 · 2 comments
Open

[BUG] ARM not wholly supported #177

rhinot opened this issue Aug 31, 2020 · 2 comments
Labels
bug Something isn't working hacktoberfest

Comments

@rhinot
Copy link

rhinot commented Aug 31, 2020

Describe the bug
Application templates rely on docker creaters to route :latest to the appropriate architecture. This fails a non-trivial amount of times for ARM

To Reproduce
Steps to reproduce the behavior:

  1. Use a raspi or another arm device
  2. Go to templates
  3. Click on Transmission-OpenVPN or Guacamole (Whoogle, per issue 68)
  4. Deploy

Actual behavior
Container tries to run, but fails, as it's running a binary for the wrong architecture. You'll like see the following in logs:

standard_init_linux.go:211: exec user process caused "exec format error"

Expected behavior
Container runs without error!

@rhinot rhinot added the bug Something isn't working label Aug 31, 2020
@SelfhostedPro
Copy link
Owner

For transmission-openvpn the tag that would need to be used is latest-armhf which would break compatibility on x86 machines. Eventually I may make a branch for arm but right now I don't have enough time to add features. I'll leave this issue open to remind me to add it when I can.

@pingywon
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants