Skip to content

Commit 0399a49

Browse files
author
Devdutt Shenoi
committed
Merge remote-tracking branch 'origin/main' into ingest
2 parents afca4ba + 986749b commit 0399a49

35 files changed

+2073
-1918
lines changed

.github/workflows/build-push-edge-debug.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Set up QEMU
2121
uses: docker/setup-qemu-action@v3
22+
with:
23+
image: tonistiigi/binfmt:qemu-v8.1.5
2224

2325
- name: Set up Docker Buildx
2426
uses: docker/setup-buildx-action@v3

.github/workflows/build-push-edge.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Set up QEMU
2121
uses: docker/setup-qemu-action@v3
22+
with:
23+
image: tonistiigi/binfmt:qemu-v8.1.5
2224

2325
- name: Set up Docker Buildx
2426
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)