Skip to content

Commit 4377d83

Browse files
committed
ci: limit blast radius of ARM64 Alpine CI workaround
It's documented to not have any effect on non-ARM64 architectures, but let's not run it on any other architecture, just in case and to improve implicit documentation.
1 parent 6e14e8c commit 4377d83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158

159159
steps:
160160
- name: 🩹 Work around https://github.com/actions/runner/issues/801
161-
if: endsWith(matrix.target, '-linux-musl')
161+
if: endsWith(matrix.target, '-linux-musl') && runner.arch == 'ARM64'
162162
uses: laverdet/alpine-arm64@v1
163163

164164
- name: 🧰 Install glibc Linux toolchain packages

0 commit comments

Comments
 (0)