diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index b5ec48b..c7f8280 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -16,4 +16,8 @@ jobs: uses: dawidd6/action-debian-package@v1 with: # Optional, relative to workspace directory - source_directory: homeassistant-supervised \ No newline at end of file + 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 \ No newline at end of file