From 656129fba7d3af6d50737ad49b682aff901c8221 Mon Sep 17 00:00:00 2001 From: VinneyJ Date: Wed, 9 Oct 2024 16:12:21 +0300 Subject: [PATCH] chore: bump version --- .github/workflows/main.yml | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index edfeaac8..6faa955d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,9 @@ name: main on: push: - branches: [main] + branches: + - main + - chore/build-arm-image env: DOKKU_REMOTE_BRANCH: "master" DOKKU_REMOTE_URL: "ssh://dokku@ui-1.prod.codeforafrica.org/promise-tracker-ui" @@ -39,6 +41,10 @@ jobs: with: fetch-depth: 0 + # Add support for more platforms with QEMU (optional) + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + # Set up Node since it's required by version-check # https://github.com/EndBug/version-check#github-workflow - name: Setup Node.js @@ -108,6 +114,7 @@ jobs: cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new context: . + platforms: linux/amd64,linux/arm64 push: true tags: "codeforafrica/promise-tracker-ui:${{ steps.version-check.outputs.version }}" diff --git a/package.json b/package.json index 66e9616a..00cd45eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promisetracker", - "version": "0.2.0-alpha.5", + "version": "0.2.1-alpha.5", "private": true, "dependencies": { "@apollo/react-hooks": "^3.1.5",