From e33e8bd8e0e4bbf36986017ebd79783277955d52 Mon Sep 17 00:00:00 2001 From: Dmitrii Maslov Date: Mon, 27 Jul 2026 16:03:34 +0300 Subject: [PATCH 1/2] Enable multi-arch Docker builds and update registries --- .github/workflows/release-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index a741b8c..c484687 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -75,6 +75,7 @@ jobs: mcr.microsoft.com:443 pipelines.actions.githubusercontent.com:443 pkg-containers.githubusercontent.com:443 + production.cloudflare.docker.com:443 registry-1.docker.io:443 storage.googleapis.com:443 @@ -86,6 +87,9 @@ jobs: with: cosign-release: 'v1.9.0' + - name: Setup QEMU + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 + - name: Setup Docker Buildx uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 @@ -107,6 +111,7 @@ jobs: uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 with: context: . + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} From 5b71a18947df200c5ea3d9128f787c0b2a24cc5d Mon Sep 17 00:00:00 2001 From: Dmitrii Maslov Date: Tue, 4 Aug 2026 16:45:35 +0300 Subject: [PATCH 2/2] Enable manual trigger for GitHub Actions workflow Added workflow_dispatch trigger to allow manual workflow runs alongside pull_request event. --- .github/workflows/auto-assign-pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto-assign-pr.yml b/.github/workflows/auto-assign-pr.yml index 2523408..b9a7d8f 100644 --- a/.github/workflows/auto-assign-pr.yml +++ b/.github/workflows/auto-assign-pr.yml @@ -4,8 +4,7 @@ name: Auto Assign PR on: - pull_request: - types: [opened] + workflow_dispatch: jobs: assignAuthor: