-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
feat(cd): build debian 12 packages #12218
Conversation
171f8f3
to
4f4ef18
Compare
Here is a workflow run with Debian 12: https://github.com/Kong/kong/actions/runs/7244934673 |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12218-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12218-to-master-to-upstream
git checkout -b cherry-pick-12218-to-master-to-upstream
ancref=$(git merge-base ac59ffdd5c9b9e415e4e2ee6123ca4f303704434 4274608216e4eaa85c28f77b416450fdd458ce43)
git cherry-pick -x $ancref..4274608216e4eaa85c28f77b416450fdd458ce43 |
Successfully created backport PR for |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12218-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12218-to-master-to-upstream
git checkout -b cherry-pick-12218-to-master-to-upstream
ancref=$(git merge-base ac59ffdd5c9b9e415e4e2ee6123ca4f303704434 4274608216e4eaa85c28f77b416450fdd458ce43)
git cherry-pick -x $ancref..4274608216e4eaa85c28f77b416450fdd458ce43 |
Git push to origin failed for release/3.4.x with exitcode 1 |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12218-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12218-to-master-to-upstream
git checkout -b cherry-pick-12218-to-master-to-upstream
ancref=$(git merge-base ac59ffdd5c9b9e415e4e2ee6123ca4f303704434 4274608216e4eaa85c28f77b416450fdd458ce43)
git cherry-pick -x $ancref..4274608216e4eaa85c28f77b416450fdd458ce43 |
Git push to origin failed for release/3.5.x with exitcode 1 |
Successfully created backport PR for |
Summary
Build deb packages for Debian 12.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
KAG-3015
Fix #[issue number]