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
parent bdbc82e444
commit 0e889de958
No known key found for this signature in database
GPG key ID: 4D05A4F6CB4E7DEE
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: