From d5ed5957f83b8c7caa108a5dd2ac44c58d584cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 5 Mar 2024 10:34:41 +0000 Subject: [PATCH 1/3] Fix CI/CD release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa18439..1bda67a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: with: build-args: | UTOPIA_DATA_API_VERSION=${{ env.TAG }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 context: . push: true tags: ${{ env.IMAGE_NAME }}:latest,${{ env.IMAGE_NAME }}:${{ env.TAG }} \ No newline at end of file From fb254cb86b78a08770451408eeab32338968c5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 5 Mar 2024 10:35:48 +0000 Subject: [PATCH 2/3] Add automation --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bda67a..5361944 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ name: "Release" on: + workflow_dispatch: + branches: + - fix-release-cicd release: types: [published] From 6d7d7dd8b8c73aa2b9060f9b46c792be2fa191d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 5 Mar 2024 10:36:10 +0000 Subject: [PATCH 3/3] Revert changes --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5361944..1bda67a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,6 @@ name: "Release" on: - workflow_dispatch: - branches: - - fix-release-cicd release: types: [published]