-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
build arm and x86 as one tag #2102
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
Conversation
The Docker aio builds all images at once and i tried them as matrix so it runs three builds in parallel takes about 32minutes but eats up 3 times more resources compared on the aio as it is now, whereas it heavily relies on caches of the first build so it only has to do it once. I like the current approach of the aio more as its saving ressources. If you agree i would go ahead and delete the other workflows to clean up and just have one single docker image CI leftover. |
ok |
maybe we can split into several small PRs.
|
meanwhile, I'm playing with tagged builds https://github.com/chipitsine/SoftEtherVPN/actions/runs/13258983341 |
I´d prefer not to rip it apart as its " just" changing the docker-ci and simplify it´s config right away. Also helps to avoid build errors triggering the same issue three times. |
please add back "if: ${{ github.repository_owner == 'SoftEtherVPN' }}" guard. |
after #2103 is merged (I hope ~30 min), FreeBSD should not be red abymore |
Changes proposed in this pull request: