Skip to content

Create be.yaml #1

Create be.yaml

Create be.yaml #1

Workflow file for this run

name: QEMU to run s390x-focal
on:
push:
workflow_dispatch:
jobs:
one:
runs-on: ubuntu-latest
steps:
- name: Setup multiarch/qemu-user-static
run: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset
- name: ubuntu-core:s390x-focal
uses: docker://multiarch/ubuntu-core:s390x-focal
with:
args: >
bash -c
"uname -a &&
lscpu | grep Endian &&
"