Build postgrest for Raspberray Pi in CI #3086
-
To no mix the the question how to run in on a Raspberry Pi #3080 I open this to build it on CI for Raspberry Pi. To make it work, I guess we need
https://github.com/PostgREST/postgrest/blob/main/.github/workflows/ci.yaml#L109-L138 Please correct me if I'm wrong. If you like the idea and you want to share the token, I would start with 1. and 2. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
On my fork (running CI on Raspberry) I found the first issue This is the issue nixbuild/nix-quick-install-action#39 |
Beta Was this translation helpful? Give feedback.
-
@hannesa2 Do you know if there's a Raspberry Pi cloud provider? Ideally we'd have it integrated on CI, so we can produce binaries on every release. |
Beta Was this translation helpful? Give feedback.
-
My goal is to eventually cross-compile the static binaries to other platforms, possibly including raspberry PI, in the future. This will not require a custom runner, but use the regular github actions CI runners. We're not there, yet, but we're tracking this in #3363 and #3281. |
Beta Was this translation helpful? Give feedback.
My goal is to eventually cross-compile the static binaries to other platforms, possibly including raspberry PI, in the future. This will not require a custom runner, but use the regular github actions CI runners. We're not there, yet, but we're tracking this in #3363 and #3281.