Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update the README with more info about the "cloud" flavour #331

Update the README with more info about the "cloud" flavour

Update the README with more info about the "cloud" flavour #331

Workflow file for this run

name: "CI qemu cross"
on: [push, pull_request]
jobs:
qemu-cross:
strategy:
matrix:
include: [
{ platform: s390x }
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- name: qemu ${{ matrix.platform }} build and test
uses: ./.github/actions/qemu-cross
with:
platform: ${{ matrix.platform }}