ci(swift-im-arm64): add manual workflow to build arm64 .debs - #549
Draft
vitalyster wants to merge 8 commits into
Draft
ci(swift-im-arm64): add manual workflow to build arm64 .debs#549vitalyster wants to merge 8 commits into
vitalyster wants to merge 8 commits into
Conversation
Builds swift-im 4.0.3+dev14 from packages.spectrum.im/spectrum2/ bookworm inside a real Debian bookworm arm64 chroot on ubuntu-24.04-arm. - debootstrap --arch=arm64 bookworm /chroot-bookworm-arm64 - add spectrumim deb-src repo + key inside the chroot - apt-get build-dep swift-im, apt-get source swift-im - dpkg-buildpackage -B -us -uc - upload *.deb as workflow artifact Trigger: workflow_dispatch only.
vitalyster
marked this pull request as ready for review
September 2, 2026 21:38
GitHub Actions does not show a workflow on a PR branch until something triggers the on: event on the default branch. Adding a push trigger limited to this file on the PR branch makes Actions register the workflow, surfacing the workflow_dispatch "Run workflow" button. See https://github.com/orgs/community/discussions/272869
vitalyster
marked this pull request as draft
September 2, 2026 23:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Builds swift-im 4.0.3+dev14 from packages.spectrum.im/spectrum2/ bookworm inside a real Debian bookworm arm64 chroot on ubuntu-24.04-arm.
Trigger: workflow_dispatch only.