1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-22 08:24:58 +03:00

chore(docker): disable building arm64 docker images temporarily (#879)

This commit is contained in:
Orhun Parmaksız 2024-09-23 21:47:42 +03:00
parent 3e479c84a8
commit cde2a8e322
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -35,11 +35,6 @@ jobs:
type=raw,value=latest
type=semver,pattern={{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
@ -73,7 +68,6 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}