p4-fusion icon indicating copy to clipboard operation
p4-fusion copied to clipboard

Create Dockerfile and add to CI

Open twarit-waikar opened this issue 3 years ago • 0 comments

p4-fusion is being built inside an alpine container and then shipped. We should ensure p4-fusion still builds in alpine when we create new releases. Our current CI process only builds p4-fusion on Ubuntu

The best way to do that is to create a Dockerfile that builds p4-fusion and the add a Github Action that builds using that Dockerfile.

https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action

twarit-waikar avatar Aug 01 '22 11:08 twarit-waikar