gulien / orbit

:satellite: A cross-platform task runner for executing commands and generating files from templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Alpine Linux (musl)

nikolay opened this issue · comments

Orbit can be used within Docker containers.

Hi @nikolay!

Thank you for your interest! Which GOOS and GOARCH should be used to build a binary for Alpine?

@gulien I am not an expert but it seems that you need these: GOOS=linux GOARCH=amd64 CGO_ENABLED=0.

Actually there is already a binary using these parameters. See here: https://github.com/gulien/orbit/blob/master/goreleaser.yml. The download is named "orbit_Linux_x86_64.tar.gz"

Tell me if it works 😄

Feel free to reopen this issue if it's still relevant!

@gulien Sorry, I was on some sort of vacation, but I will validate later this week or next when I'm back!

Ok no problem :)