Skip to content

Commit fe71fca

Browse files
committed
actions: allow creation of the arm64 container
1 parent e252530 commit fe71fca

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
arch:
8080
- amd64
8181
# The emulated arm64 builds are painfully slow (90m last time). Skip them until we have dedicated linux-arm64 hardware.
82-
# - arm64
82+
- arm64
8383

8484
include:
8585
- arch: amd64

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
path: /tmp/digests
4646
pattern: digests-*
4747

48+
- name: Set up QEMU
49+
uses: docker/setup-qemu-action@v3
50+
4851
- name: buildx
4952
uses: docker/setup-buildx-action@v3
5053

0 commit comments

Comments
 (0)