mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #346] Incremental release CD pipeline #122
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mageddo on GitHub (Mar 8, 2023).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/346
What is expected
Actual pipeline do some steps
All the process takes around 50 min, most time is spent on generating arm image as it needs qemu emulator.
I'm proposing to work on a more incremental behavior so we can partially release and benefit soonly of the results, the drawback it's it will be possible to have a release with Linux binaries and not with arm ones cause this specific step failed, but I think that's something which is rare to happen
=> Step 1 - Basic release
=> Step 2 - Linux arm release
=> Step 3 - A future Windows release and so on....