ci: desactivar ARM

This commit is contained in:
Cat /dev/Nulo 2024-06-17 22:58:57 -03:00
parent 5ff556b7d3
commit 72282c71b8

View file

@ -95,34 +95,34 @@ jobs:
cache-to: type=inline cache-to: type=inline
platforms: linux/amd64 platforms: linux/amd64
build-and-push-scraper-arm64: # build-and-push-scraper-arm64:
name: "[arm64] oci:scraper" # name: "[arm64] oci:scraper"
runs-on: ubicloud-standard-16-arm # runs-on: ubicloud-standard-16-arm
permissions: # permissions:
contents: read # contents: read
packages: write # packages: write
steps: # steps:
- name: Set up Docker Buildx # - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 # uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry # - name: Log in to the Container registry
uses: docker/login-action@v3 # uses: docker/login-action@v3
with: # with:
registry: ${{ env.REGISTRY }} # registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} # username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} # password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker # - name: Extract metadata (tags, labels) for Docker
id: meta # id: meta
uses: docker/metadata-action@v5 # uses: docker/metadata-action@v5
with: # with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/scraper # images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/scraper
- name: Build and push Docker image # - name: Build and push Docker image
uses: docker/build-push-action@v5 # uses: docker/build-push-action@v5
with: # with:
context: "{{defaultContext}}:scraper-rs/" # context: "{{defaultContext}}:scraper-rs/"
file: Dockerfile # file: Dockerfile
push: true # push: true
tags: ${{ steps.meta.outputs.tags }} # tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} # labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest # cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
cache-to: type=inline # cache-to: type=inline
platforms: linux/arm64 # platforms: linux/arm64