Skip to content

rename ci

rename ci #22

Workflow file for this run

name: ubuntu
on:
push:
branches: main
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'mac/**'
jobs:
ubuntu:
name: ubuntu
runs-on: ubuntu-latest
strategy:
matrix:
platform: ["linux/aarch64", "linux/amd64"]
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ matrix.platform }}
- name: Checkout
uses: actions/checkout@v4
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ github.job }}-${{ hashFiles('**/Cargo.lock') }}
- name: Setup
run: |
cd ubuntu/scripts/
chmod +x setup.bash
/bin/bash setup.bash