Remove docker builds

They are too slow and don't really test anything special.
This commit is contained in:
Leroy Hopson 2020-11-22 22:03:52 +07:00 committed by Leroy Hopson
parent bdbc82e444
commit c99a9b4a2e
6 changed files with 0 additions and 44 deletions

View file

@ -7,16 +7,6 @@ on:
branches: [ master ]
jobs:
docker:
runs-on: ubuntu-latest
strategy:
matrix:
service: [ build-nixos, build-archlinux, build-ubuntu ]
steps:
- uses: actions/checkout@v2
- name: Build inside docker container
run: docker-compose run ${{ matrix.service }}
release-build:
runs-on: ${{ matrix.os }}
strategy: