From a2e40e4af6969e47a5f735201325c46d2962d797 Mon Sep 17 00:00:00 2001 From: Alexander Taepper Date: Thu, 14 Nov 2024 15:09:17 +0100 Subject: [PATCH] remove second arch for now --- .github/workflows/dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index d94181559..6d86b442a 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: args: - ${{ contains(github.event_name, 'workflow_dispatch') || github.ref == 'refs/heads/main' ? ['linux/amd64', 'linux/arm64']: [ 'linux/amd64' ] } } + [ 'linux/amd64' ] steps: - uses: actions/checkout@v4