/binpkg-docker

Docker setup to build binary versions of my packages

Primary LanguageShell

binpkg-docker

Docker setup to build binary versions of my packages

This repository serves me (increasinglz well) to enable building various Gentoo packages on Github Action infrastructure. It started off as a fork of mgorny's binpkg-docker but will probably diverge more and more in the future to allow for the following features:

  • Pass in config variables via environment
  • Pass in useflags and other configuration files from the repository
  • Work as a reusable github workflow
  • Use ccache

Most of these changes are meant to ease integration to CI/CD SaaS products and will for now focus in Github Actions.