1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-15 16:42:12 +03:00

chore(docker): build Docker images for arm64

This commit is contained in:
Orhun Parmaksız 2022-04-24 14:12:29 +03:00
parent 3aa9a1a059
commit 8475e1fd63
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -35,6 +35,11 @@ jobs:
type=raw,value=latest
type=semver,pattern={{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: arm64
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
@ -68,6 +73,7 @@ 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 }}