-
-
Notifications
You must be signed in to change notification settings - Fork 4
provide prebuild binary for raspberry 3b+ #8
Comments
I think adding ARM to the release process might solve this. Thanks for opening this issue! |
One question about the config, is it possible to irgnore some files? |
I'm not able to compile it myself:
|
You must use Go 1.13 onwards to compile it from source. 😺 Sorry, I might soon have some free time to add the proper architecture to the releases. |
Take a look at |
Hey, Seems to work fine.
The only difference I found so far is the version string. Arm doesn't show anything while on my debian it is shown right.
The exclude flag on the cli should do it, but I would prefer an config option, like:
This would have the advantage that I don't have to exclude the file always while scanning and we can concentrate on really new files. Thanks for the nice little tool. Micha |
You need to set $ go build -o plg -ldflags "-X github.com/gbrlsnchs/pilgo/cmd/internal.version=v5.0.0" ./cmd/plg
I'm thinking that maybe you could benefit from something like a |
The way it goes is your decision, for me a .pilgoingore file would be totally fine. |
Is your feature request related to a problem? Please describe.
I want to use pilgo on my raspberry 3B+ and I'm not able to build it ( and is would take much time I think)
Describe the solution you'd like
Provide prebuild binarys.
Describe alternatives you've considered
A plan how to build it myself. I have never build a go poject before.
Thanks a lot.
Micha
The text was updated successfully, but these errors were encountered: