Skip to content

Commit e7efdad

Browse files
committed
Added support for arm64 Docker builds
1 parent 3d6cbc9 commit e7efdad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

+7
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ jobs:
6363
- name: Checkout repository
6464
uses: actions/checkout@v2
6565

66+
- name: Set up QEMU
67+
uses: docker/setup-qemu-action@v1
68+
69+
- name: Set up Docker Buildx
70+
uses: docker/setup-buildx-action@v1
71+
6672
- name: Login to DockerHub
6773
uses: docker/login-action@v1
6874
with:
@@ -80,6 +86,7 @@ jobs:
8086
uses: docker/build-push-action@v2
8187
with:
8288
context: .
89+
platforms: linux/amd64,linux/arm64
8390
tags: |
8491
${{ github.event.repository.full_name }}:latest
8592
${{ github.event.repository.full_name }}:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)