From 379800f8751d225a96ef3cf40b6a380384847bfb Mon Sep 17 00:00:00 2001 From: "Juan Manuel \"Kang\" Perez" Date: Tue, 19 Mar 2024 22:39:05 +0100 Subject: [PATCH] remove patch that make tests faster but incomplete --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f21775e..5203c63 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,8 +17,7 @@ permissions: env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} # / -# BUILD_ARCHITECTURES: linux/amd64,linux/arm64 - BUILD_ARCHITECTURES: linux/amd64 + BUILD_ARCHITECTURES: linux/amd64,linux/arm64 jobs: build-image: @@ -65,8 +64,6 @@ jobs: annotations: ${{ steps.meta.outputs.annotations }} labels: ${{ steps.meta.outputs.labels }} tags: ${{ steps.meta.outputs.tags }} - - run: | - docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:edge push-to-version: name: Push images (versioned tags) @@ -96,5 +93,3 @@ jobs: annotations: ${{ steps.meta.outputs.annotations }} labels: ${{ steps.meta.outputs.labels }} tags: ${{ steps.meta.outputs.tags }} - - run: | - docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.GITHUB_REF_NAME }}