We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e252530 commit fe71fcaCopy full SHA for fe71fca
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
arch:
80
- amd64
81
# The emulated arm64 builds are painfully slow (90m last time). Skip them until we have dedicated linux-arm64 hardware.
82
- # - arm64
+ - arm64
83
84
include:
85
- arch: amd64
.github/workflows/release.yml
@@ -45,6 +45,9 @@ jobs:
45
path: /tmp/digests
46
pattern: digests-*
47
48
+ - name: Set up QEMU
49
+ uses: docker/setup-qemu-action@v3
50
+
51
- name: buildx
52
uses: docker/setup-buildx-action@v3
53
0 commit comments