Skip to content

WIP: try running GH actions workflow under QEMU #5

WIP: try running GH actions workflow under QEMU

WIP: try running GH actions workflow under QEMU #5

Workflow file for this run

name: QEMU test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
hydrate:
runs-on: ubuntu-latest
container:
image: python:3.11
steps:
- run: uname -a