test 2
This commit is contained in:
parent
b02922641b
commit
042e283111
1 changed files with 5 additions and 1 deletions
4
.github/workflows/build-deb.yml
vendored
4
.github/workflows/build-deb.yml
vendored
|
@ -17,3 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# Optional, relative to workspace directory
|
# Optional, relative to workspace directory
|
||||||
source_directory: homeassistant-supervised
|
source_directory: homeassistant-supervised
|
||||||
|
# Optional, value from `debian/changelog` is used if not defined
|
||||||
|
os_distribution: bullseye
|
||||||
|
# Optional, target architecture, defaults to amd64
|
||||||
|
cpu_architecture: all
|
Loading…
Reference in a new issue