fixed tabs

pull/12/head
matt 2021-09-23 21:01:34 +01:00
parent ba9d858c3f
commit 60a2929345
No known key found for this signature in database
GPG Key ID: 089C8B076569DD58
1 changed files with 7 additions and 5 deletions

View File

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build -t aasdk_builder --file Dockerfile .
compile:
compile:
runs-on: ${{ matrix.host }}
strategy:
fail-fast: false
@ -30,7 +30,9 @@ jobs:
arch: "amd64",
type: "release"
}
steps:
-
name: 'Build ${{ matrix.config.arch }} Debian package'
run: docker run -v "${PWD}/release":/${{ matrix.config.type }} aasdk_builder:latest ${{ matrix.config.arch }}
name: 'Upload release: ${{ matrix.config.name }}'
steps:
-
name: 'Build ${{ matrix.config.arch }} Debian package'
run: docker run -v "${PWD}/release":/${{ matrix.config.type }} aasdk_builder:latest ${{ matrix.config.arch }}