Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 7a79419

Browse files
authored
Merge branch 'main' into update_tolls
2 parents d8917b5 + 6ba8600 commit 7a79419

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main-docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v3
1313

14+
- name: Set up QEMU
15+
uses: docker/setup-qemu-action@v3
16+
1417
- name: Set up Docker Buildx
1518
uses: docker/setup-buildx-action@v3
1619

@@ -26,7 +29,7 @@ jobs:
2629
with:
2730
context: .
2831
file: ./build/package/Dockerfile
29-
platforms: linux/amd64
32+
platforms: linux/amd64,linux/arm64
3033
push: true
3134
tags: |
3235
ghcr.io/rigdev/rig-operator:main

0 commit comments

Comments
 (0)