From 764f10bf82bc9dd88bf31f4949342f211d7ab48b Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Sun, 30 May 2021 23:47:54 +0200 Subject: [PATCH] CI: Run packpack for Buster on GitHub Actions --- .github/workflows/create-packages.yml | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/create-packages.yml diff --git a/.github/workflows/create-packages.yml b/.github/workflows/create-packages.yml new file mode 100644 index 000000000..68025e72a --- /dev/null +++ b/.github/workflows/create-packages.yml @@ -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