back-stack / showcase

The showcase implementation of The BACK stack
24 stars 21 forks source link

implement an alternative installer that's less opinionated #3

Closed djeremiah closed 5 months ago

djeremiah commented 7 months ago

local-install.sh served its purpose for KubeCon. Now we need an installer that can target more flexible environments.

ManuInNZ commented 6 months ago

Not sure if I read that right but the Configuration build package is also very linux_amd64 https://github.com/back-stack/showcase/blob/ef13fc0ab0d77b3a5539f9b2ad48b57f9b094fb3/.github/workflows/release.yaml#L41

If I am not mistaken, this is to package the crossplane CLI, and it assumes it will run on linux_amd64.

ManuInNZ commented 6 months ago

Not sure if I read that right but the Configuration build package is also very linux_amd64

https://github.com/back-stack/showcase/blob/ef13fc0ab0d77b3a5539f9b2ad48b57f9b094fb3/.github/workflows/release.yaml#L41

If I am not mistaken, this is to package the crossplane CLI, and it assumes it will run on linux_amd64.

that said I am very new to the configuration package in crossplane.

kurktchiev commented 5 months ago

The new installation methodology, along with a DevContainer, has been merged @ManuInNZ. Please give it a spin.

ManuInNZ commented 5 months ago

will do this weekend