Skip to content

Commit

Permalink
chore: Update test.yml to include QEMU setup for arm64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenvandamme committed May 3, 2024
1 parent 0e82633 commit 6649c75
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@ on:
jobs:
Linux_arm64:
runs-on: ubuntu-latest
container:
image: arm64v8/python:latest
platform: linux/arm64

steps:
- name: Checkout code
- name: checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
check-latest: true

- name: Install desktop-file-utils
run: sudo apt-get install -y desktop-file-utils
Expand All @@ -31,4 +39,4 @@ jobs:
with:
artifacts: "./out/*"
allowUpdates: true
tag: "continuous-build"
tag: "continious-build"

0 comments on commit 6649c75

Please sign in to comment.