-
Notifications
You must be signed in to change notification settings - Fork 45
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
Syntax error running ep on RPI #18
Comments
Can you attach the config file(s) that |
sure:
I dont think its to do with the file, its poping up the same error on every file, even files without any envs in. I think its more to do with the Pi using being arm rather than x64/x86 - anyway to fix this? |
Hmm - it's possible! Currently the release is not cross-compiled (or tested for that matter) for anything else then x64. Have you tried cross-compiling from source to |
that's a bit beyond me! I'll have to look into a work around |
I locally cross compiled |
Any news regarding the custom build @memolipd ? |
Ping @memolipd |
Sorry, been busy with other work. I will definitely give it a try when I finish my current project. Next week some time at the latest |
Confirmed working: Step 34 : RUN cat /etc/hostapd/hostapd.conf |
I've released a RC for 1.0.0. Feel free to test and close if this fixes your issues. |
Ping @memolipd |
I wont be able to test the release, but as said above the binary works fine. |
👍 |
We're trying to run this on a Pi Zero but it fails due to the zero being a ARM and not ARM7. Any chance someone can throw up a ARM binary? I've tried compiling the go code but its not easy! |
Base image: Hypriot/rpi-node
OS: Hypriot 0.6.1 - http://blog.hypriot.com/downloads/
Step 23 : RUN curl -sLo /usr/local/bin/ep https://github.com/kreuzwerker/envplate/releases/download/v0.0.8/ep-linux && chmod +x /usr/local/bin/ep
---> Running in 38da1704a20d
---> 6c2ede3e1c94
Removing intermediate container 38da1704a20d
Step 24 : ADD config/interfaces /etc/network/interfaces
---> e8751d0eafcc
Removing intermediate container 29b6fe0e8b58
Step 25 : RUN ep /etc/network/interfaces
---> Running in 44dce7cb7251
/usr/local/bin/ep: 1: /usr/local/bin/ep: Syntax error: end of file unexpected (expecting ")")
The command '/bin/sh -c ep /etc/network/interfaces' returned a non-zero code: 2
any idea what could be causing this?
The text was updated successfully, but these errors were encountered: