CI: Run packpack for Buster on GitHub Actions

This commit is contained in:
Peter Keresztes Schmidt 2021-05-30 23:47:54 +02:00
parent fead79185b
commit 764f10bf82
1 changed files with 29 additions and 0 deletions

29
.github/workflows/create-packages.yml vendored Normal file
View File

@ -0,0 +1,29 @@
name: Create packages
on:
push:
branches:
- '*'
pull_request:
branches: [ master ]
jobs:
package:
strategy:
matrix:
os_dist:
- os: debian
dist: buster
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Run packpack
env:
SMPFLAGS: -j4
OS: ${{ matrix.os_dist.os }}
DIST: ${{ matrix.os_dist.dist }}
DOCKER_REPO: iconzm/packpack
run: utils/packpack/startpackpack.sh