dperson / torproxy

GNU Affero General Public License v3.0
514 stars 144 forks source link

GitHub actions CI & CD #67

Open adamus1red opened 3 years ago

adamus1red commented 3 years ago

Adds support for builds using buildx on github actions. This removes the need for seperate Dockerfiles for each platform and makes it easier to add or remove support for additional platoforms.

Currently this has a load of kitchen sink kind of builds which can be modified as required.

Requires 3 secrets to be added to the repository for docker auth and image name.

Note: To get the container to build it also includes #64 from @pubkey