This commit is contained in:
commit
c4decdefb9
6 changed files with 394 additions and 0 deletions
16
.forgejo/workflows/build.yml
Normal file
16
.forgejo/workflows/build.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue