Skip to content

initial commit

initial commit #1

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 \
bsdtar qemu-user-static libarchive-tools arch-install-scripts
- name: build packets
run: sudo build.sh