Skip to content

github-ci: Add a test for aarch64 #18

github-ci: Add a test for aarch64

github-ci: Add a test for aarch64 #18

Workflow file for this run

name: qemu-minimal-smoke-test
on:
pull_request:
branches: [ main ]
jobs:
ubuntu-smoke-test:
name: ubuntu-smoke-test
runs-on: ubuntu-latest
steps:
- name: Check out code using action/checkout
uses: actions/[email protected]
- name: Install a couple of packages via the apt package manager
run: sudo apt update && sudo apt install -y qemu-system-x86 cloud-image-utils
- name: Generate an ssh key-pair for this test
run: ssh-keygen -t rsa -q -f "$HOME/.ssh/id_rsa" -N ""
- name: Generate a x86_64 qemu-based ./gen-vm smoke-test
run: ./gen-vm
working-directory: qemu
env:
VM_NAME: qemu-minimal-smoke-test
KVM: none
USERNAME: ubuntu
PASS: password
- name: Run a aarch64 qemu-based ./gen-vm smoke-test
run: ./gen-vm
working-directory: qemu
env:
VM_NAME: qemu-minimal-smoke-test-arm64
KVM: none
USERNAME: ubuntu
PASS: password
ARCH:arm64

Check failure on line 34 in .github/workflows/smoke-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/smoke-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 34