From 42437d0bf332fa927341d5043ee11c9e2d30ac5d Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Wed, 12 Feb 2025 15:38:44 -0300 Subject: [PATCH] CI: add bazaar deployment --- .github/workflows/bazaar.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/bazaar.yml diff --git a/.github/workflows/bazaar.yml b/.github/workflows/bazaar.yml new file mode 100644 index 0000000..8175c73 --- /dev/null +++ b/.github/workflows/bazaar.yml @@ -0,0 +1,17 @@ +name: Build and deploy extension to Bazaar +on: + workflow_dispatch: + push: + tags: + - '*.*.*' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Build and Publish Extension in BlueOS CLoud + uses: bluerobotics/blueos-cloud-action@0.0.1 + with: + BCLOUD_PAT: ${{secrets.BCLOUD_PAT}} + PLATFORMS: linux/arm/v7,linux/arm64,linux/amd64 + EXTENSION: a5a1661c-434c-4bdf-8465-78b8464e98d5