From 2cebc2c82243e8acdafe5b33977683b6ad6a672e Mon Sep 17 00:00:00 2001 From: mjmccans <42244312+mjmccans@users.noreply.github.com> Date: Sun, 19 Sep 2021 21:23:05 -0400 Subject: [PATCH 1/3] Create publish-aarch64-dev.yml --- .github/workflows/publish-aarch64-dev.yml | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/publish-aarch64-dev.yml diff --git a/.github/workflows/publish-aarch64-dev.yml b/.github/workflows/publish-aarch64-dev.yml new file mode 100644 index 0000000..c5ec6c8 --- /dev/null +++ b/.github/workflows/publish-aarch64-dev.yml @@ -0,0 +1,27 @@ +name: "Home Assistant Builder Publish [!!DEV!!] (aarch64)" + +on: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +jobs: + publish: + name: Publish + runs-on: ubuntu-latest + steps: + - name: Checkout the repository + uses: actions/checkout@v2 + - name: Login to DockerHub + uses: docker/login-action@v1 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Publish + uses: home-assistant/builder@master + with: + args: | + --branch dev \ + --aarch64 \ + --target ./ \ + --no-latest \ + --docker-hub mjmccans From 2f8e8ea729da5a92454424e49a3ef51faa30f58f Mon Sep 17 00:00:00 2001 From: mjmccans <42244312+mjmccans@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:20:40 -0500 Subject: [PATCH 2/3] Create publish-all-dev.yml --- .github/workflows/publish-all-dev.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/publish-all-dev.yml diff --git a/.github/workflows/publish-all-dev.yml b/.github/workflows/publish-all-dev.yml new file mode 100644 index 0000000..44e3f14 --- /dev/null +++ b/.github/workflows/publish-all-dev.yml @@ -0,0 +1,27 @@ +name: "Home Assistant Builder Publish [!!DEV!!] (all)" + +on: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +jobs: + publish: + name: Publish + runs-on: ubuntu-latest + steps: + - name: Checkout the repository + uses: actions/checkout@v2 + - name: Login to DockerHub + uses: docker/login-action@v1 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Publish + uses: home-assistant/builder@master + with: + args: | + --branch dev\ + --all \ + --target ./ \ + --no-latest \ + --docker-hub mjmccans From 71680e2cea00ea46ad04ca264b16f53369e2b3a0 Mon Sep 17 00:00:00 2001 From: Mark McCans Date: Fri, 4 Feb 2022 21:17:53 -0500 Subject: [PATCH 3/3] Add link to repository. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f095882..6dd3871 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ I has successfully run this add-on on an Raspberry Pi and an Odroid-N2+ running ## Installation +[![Open your Home Assistant instance and show the add add-on repository dialog with this repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fmjmccans%2Fhassio-addon-airthings) + Please do the following to install this add-on: 1. Go to the `Supervisor` tab in Home Assistant and go to the `Add-on Store`.