Skip to content
This repository was archived by the owner on Jun 3, 2018. It is now read-only.

v0.3 release doesn't work on Linux amd64 #4

Open
javier-lopez opened this issue Oct 30, 2016 · 2 comments
Open

v0.3 release doesn't work on Linux amd64 #4

javier-lopez opened this issue Oct 30, 2016 · 2 comments
Labels

Comments

@javier-lopez
Copy link
Contributor

The current v0.3 release doesn't work on Linux amd64, I've not tested it on other platforms, so I'm not sure if the same issue is present in other systems.

Steps to replicate

$ wget -O nigit https://github.com/lukasmartinelli/nigit/releases/download/v0.3/nigit_linux_amd64
$ echo '#!/bin/sh' > echo.sh
$ echo 'echo $SAY' >> echo.sh
$ chmod +x nigit echo.sh
$ ./nigit echo.sh
2016/10/29 23:33:27 INFO ▶ Serve from port 8000 with 5 seconds timeout
2016/10/29 23:33:27 INFO ▶ Handle /echo -> echo.sh
2016/10/29 23:33:27 CRITICA ▶ Executable program  not found

Compiling from source with go get github.com/lukasmartinelli/nigit works fine, so the problem probably is within the latest commits before releasing v0.3

@rvanmarkus
Copy link

rvanmarkus commented Apr 7, 2017

same issue here on Mac OS X

@JC1738
Copy link

JC1738 commented Apr 19, 2017

Compiling from source does fix the problem or targeting v0.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants