Add self hosted build runner

This commit is contained in:
Wietse Wind
2023-01-31 01:15:33 +01:00
committed by GitHub
parent d9fba022a6
commit 99b00a6c1b

15
.github/workflows/docker-image.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Build using Docker
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Build using Docker
run: /bin/bash release-builder.sh