Skip to content

initial commit

initial commit #2

Workflow file for this run

name: archlinux arm build nightly
on:
repository_dispatch:
workflow_dispatch:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt update
sudo apt install gcc-arm-none-eabi gcc-aarch64-linux-gnu mkbootimg \
libarchive-tools arch-install-scripts qemu-user-static libarchive-tools
- name: Build packets
run: sudo build.sh