From 042e283111ce871eb693deb44c29bfa0a3fcb70e Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Fri, 24 Sep 2021 02:27:44 +0000 Subject: [PATCH] test 2 --- .github/workflows/build-deb.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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