walterl / proton-privoxy

Privoxy over ProtonVPN in Docker
MIT License
106 stars 25 forks source link

Add workflows #6

Closed ProgramComputer closed 2 years ago

ProgramComputer commented 3 years ago

Workflows for docker and dependencies. Also adds 32 bit images. See https://docs.docker.com/ci-cd/github-actions/ for more info.

ProgramComputer commented 3 years ago

This workflow PR isn’t necessary at all. However, it would be helpful to have a 32 bit image.

walterl commented 3 years ago

I haven't used GH actions before, so I'll have to go through this in a bit more detail.

Just to make sure I understand what's in here, why build images for different Alpine (minor) versions? Is there a benefit that I'm not seeing?

Also, if you're looking for 32-bit builds, shouldn't linux/386 be added to platforms?

Lastly, would building for linux/arm/v6 and linux/arm/v7 also address #10?

ProgramComputer commented 3 years ago

Lastly, would building for linux/arm/v6 and linux/arm/v7 also address #10?

Yes, I think you answered the other questions with this.