From 536023f9bb7977aa49d8d0a7f7329913eaeb15c2 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 10 Mar 2024 22:21:33 -0300 Subject: [PATCH] ci: arm --- .github/workflows/container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index d4548e0..145c341 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -61,6 +61,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/sitio:buildcache cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/sitio:buildcache,mode=max + platforms: linux/amd64,linux/arm64 build-and-push-scraper: name: Compilar contenedor del scraper @@ -124,3 +125,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/scraper:buildcache cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/scraper:buildcache,mode=max + platforms: linux/amd64,linux/arm64