WIP creating build script
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Jacob Lifshay 2025-10-11 23:53:05 -07:00
commit c4decdefb9
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
6 changed files with 394 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
# See Notices.txt for copyright information
on: [push, pull_request]
jobs:
build:
runs-on: debian-12
steps:
- uses: actions/checkout@v3
- run: |
scripts/check-copyright.sh
- run: |
apt-get update -qq
apt-get install -qq proot skopeo umoci
- run: |
./build-container.sh