From 24c36f8311a5950bbec8bf4054c8de1fc72d816e Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 24 Jan 2023 13:01:52 +0100 Subject: [PATCH] build only amd for debug --- .github/workflows/container-stable.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index ed746fb..d5d5954 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -38,7 +38,8 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64 + # platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: | ghcr.io/${{ github.repository }}:stable