Initial commit

This commit is contained in:
Florian Bach
2021-09-19 16:20:56 +02:00
commit f0d9c07af3
7 changed files with 343 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Build binaries
on:
push:
branches: [ master ]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Compile
run: |
DOCKER_BUILDKIT=1 docker build -o final .
cp calibre-plugin/* final/stretch/
- name: Upload
uses: actions/upload-artifact@v2
with:
name: linux
path: |
final/stretch/