Skip to content

Commit 507b63a

Browse files
authored
Fix ols auto build (#15)
* Fix ols auto build * Fix deploy.yml
1 parent 7e8d776 commit 507b63a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585

8686
- name: Set up QEMU
8787
uses: docker/setup-qemu-action@v3
88+
with:
89+
image: tonistiigi/binfmt:qemu-v7.0.0-28
8890

8991
- name: Set up Docker Buildx
9092
uses: docker/setup-buildx-action@v3

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- name: Set up QEMU
2323
uses: docker/setup-qemu-action@v3
24+
with:
25+
image: tonistiigi/binfmt:qemu-v7.0.0-28
2426

2527
- name: Set up Docker Buildx
2628
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)