VedantParanjape / simppru-build-dockerfiles

MIT License
0 stars 0 forks source link

Question about the packaging steps #1

Closed dinuxbg closed 3 years ago

dinuxbg commented 3 years ago

I don't see packaging steps in the docker files. Do you package the resulting binaries manually, or I'm missing something?

VedantParanjape commented 3 years ago

Hi, this doesn't package anything, it installs pru-gcc to path, and install other dependencies. The docker image is hosted here: https://hub.docker.com/r/simppru/arm32-build-image

This image is then pulled in the workflow and then simpPRU is compiled and packaged in the workflow defined here: https://github.com/VedantParanjape/simpPRU/blob/master/.github/workflows/build_deb.yml

dinuxbg commented 3 years ago

Thanks for the clarification.