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:
parent
3e479c84a8
commit
cde2a8e322
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user