Skip to content

Commit

Permalink
Probably requires QEMU for ARM64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Fydon committed Apr 4, 2024
1 parent bbf18d1 commit 73b96fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
steps:
- name: checkout otel webserver
uses: actions/checkout@v3
- name: setup qemu
uses: docker/setup-qemu-action@master
- name: setup buildx
id: buildx
uses: docker/setup-buildx-action@master
with:
install: true
platforms: linux/amd64,linux/arm64
- name: cache docker layers
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -63,11 +66,14 @@ jobs:
steps:
- name: checkout otel webserver
uses: actions/checkout@v3
- name: setup qemu
uses: docker/setup-qemu-action@master
- name: setup buildx
id: buildx
uses: docker/setup-buildx-action@master
with:
install: true
platforms: linux/amd64,linux/arm64
# - name: cache docker layers
# uses: actions/cache@v3
# with:
Expand Down

0 comments on commit 73b96fa

Please sign in to comment.