Build Debian Package in Docker
This commit is contained in:
parent
becd4e691a
commit
067b9535e6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-deb-pr.yml
vendored
4
.github/workflows/build-deb-pr.yml
vendored
|
@ -10,8 +10,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: chmod 555 homeassistant-supervised/DEBIAN/p*
|
- name: Build Debian Package in Docker
|
||||||
- run: dpkg-deb --build --root-owner-group homeassistant-supervised
|
run: docker run --rm -v $(pwd):/ debian:stable-slim bash -c "chmod 555 homeassistant-supervised/DEBIAN/p* && dpkg-deb --build --root-owner-group homeassistant-supervised"
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue