Skip to content

See if ubuntu-24.04-arm works #12

See if ubuntu-24.04-arm works

See if ubuntu-24.04-arm works #12

Workflow file for this run

# SPDX-FileCopyrightText: Copyright The Lima Authors
# SPDX-License-Identifier: Apache-2.0
name: "Test"
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
strategy:
fail-fast: false
matrix:
runner: ["ubuntu-24.04", "ubuntu-24.04-arm"]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
- uses: ./setup
id: lima-actions-setup
- uses: actions/cache@v4
with:
path: ~/.cache/lima
key: lima-${{ steps.lima-actions-setup.outputs.version }}-${{ matrix.runner }}
- run: limactl start --plain --name=default --cpus=1 --memory=1 template://fedora
- uses: ./ssh
- run: rsync -a -e ssh . lima-default:/tmp/repo
- run: ssh lima-default ls -l /tmp/repo