Skip to content

Commit

Permalink
Trying alternative path for cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodmg committed Jul 7, 2024
1 parent 72ae4f7 commit 94f09b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Build Debian packages
uses: jtdor/[email protected]
with:
Expand All @@ -19,3 +23,4 @@ jobs:
extra-build-deps: dh-python
# Foreign architecture to setup cross-compilation for
#host-arch: arm64
extra-docker-args: --platform linux/arm64

0 comments on commit 94f09b1

Please sign in to comment.