Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions CI & CD #67

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

adamus1red
Copy link

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.

  • Scheduled nightly build
  • scheduled latest update every 2 weeks.
  • branch named builds i.e. master
  • short commit ID named builds i.e. sha-4104648
  • release tag, unused but available.

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

  • DOCKER_USERNAME
    • Username of user to push as i.e. dperson
  • DOCKER_PASSWORD
    • Access token for the above username
  • DOCKER_IMAGE
    • configurable image name e.g. dperson/torproxy

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants