Skip to content

Commit 73b96fa

Browse files
committed
Probably requires QEMU for ARM64 builds
1 parent bbf18d1 commit 73b96fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/webserver.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ jobs:
1919
steps:
2020
- name: checkout otel webserver
2121
uses: actions/checkout@v3
22+
- name: setup qemu
23+
uses: docker/setup-qemu-action@master
2224
- name: setup buildx
2325
id: buildx
2426
uses: docker/setup-buildx-action@master
2527
with:
2628
install: true
29+
platforms: linux/amd64,linux/arm64
2730
- name: cache docker layers
2831
uses: actions/cache@v3
2932
with:
@@ -63,11 +66,14 @@ jobs:
6366
steps:
6467
- name: checkout otel webserver
6568
uses: actions/checkout@v3
69+
- name: setup qemu
70+
uses: docker/setup-qemu-action@master
6671
- name: setup buildx
6772
id: buildx
6873
uses: docker/setup-buildx-action@master
6974
with:
7075
install: true
76+
platforms: linux/amd64,linux/arm64
7177
# - name: cache docker layers
7278
# uses: actions/cache@v3
7379
# with:

0 commit comments

Comments
 (0)