elsaland / elsa

❄️ Elsa is a minimal runtime for JavaScript and TypeScript written in Go
MIT License
2.79k stars 61 forks source link

Downloadable binary anywhere #124

Open mrchrisadams opened 2 years ago

mrchrisadams commented 2 years ago

Hi there,

Is there downloadable binary anywhere of elsa, or do I need to compile it myself?

I can see this step in the github actions to generate and upload a binary, but it wasn't obvious to me where I might try to download a binary for linux or OS X:

   - name: Upload Elsa executables
        uses: actions/upload-artifact@v2
        with:
          name: elsa-${{ matrix.os }}
          path: ./src/github.com/elsaland/elsa/elsa-${{ matrix.os }}

I'm not a confident go programmer, so there might be something really obvious I'm missing, and I'm happy to update the README once I know the answer.

jsumners commented 2 years ago

GitHub Actions uploads artifacts and attaches them to the Action run (but they have a shelf life) -- https://github.com/elsaland/elsa/actions/runs/1712463060