pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
24 stars 13 forks source link

Build requires docker container not in the pspdev organization #1

Closed sharkwouter closed 2 years ago

sharkwouter commented 3 years ago

Currently the automated builds in this repo require a docker container which is on my personal github account: https://github.com/sharkwouter/psp-package-builder

This should probably be changed. Most preferable would be if a container build from the pspdev-docker repo could be used, but this would require some modifications to work. Namely, a build user needs to be added which owns the pspdev repo and automated builds should be enabled.

I've created the following PR to start: https://github.com/pspdev/pspdev-docker/pull/14