Skip to content

Commit 2c90318

Browse files
Update main.yml
1 parent 3ca6a06 commit 2c90318

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
echo "Ref name: ${{ github.ref_name }}"
4242
echo "Branch: ${{ github.ref_type == 'branch' && github.ref_name || 'not a branch' }}"
4343
44+
- name: Set up QEMU
45+
uses: docker/setup-qemu-action@v3
46+
4447
- name: Set up Docker Buildx
4548
uses: docker/setup-buildx-action@v3
4649

@@ -100,6 +103,7 @@ jobs:
100103
with:
101104
context: .
102105
push: true
106+
platforms: linux/amd64,linux/arm64
103107
tags: ${{ steps.docker_tags.outputs.tags }}
104108
cache-from: type=gha
105-
cache-to: type=gha,mode=max
109+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)