We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0ed5d commit 85c014bCopy full SHA for 85c014b
.github/workflows/build-pkg-unix.yml
@@ -20,7 +20,7 @@ jobs:
20
runner: "macos-13"
21
- name: "x86_64-linux"
22
runner: "ubuntu-latest"
23
- - name: "aarch"
+ - name: "aarch64-linux"
24
runner: "ubuntu-24.04-arm"
25
steps:
26
- name: "Checkout remote"
@@ -33,11 +33,11 @@ jobs:
33
id: setup-runtime
34
run: |
35
case "${{ matrix.os.name }}" in
36
- linux-*)
+ *-linux)
37
bin/spc-alpine-docker --help
38
echo "SPC_PREFIX=bin/spc-alpine-docker" >> "$GITHUB_OUTPUT"
39
;;
40
- macos-*)
+ *-darwin)
41
bin/setup-runtime
42
export PATH="$(pwd)/bin:$PATH"
43
echo "$(pwd)/bin" >> $GITHUB_PATH
@@ -70,6 +70,3 @@ jobs:
70
path: |
71
buildroot/
72
if-no-files-found: error
73
- - name: Setup tmate session
74
- if: ${{ failure() }}
75
- uses: mxschmitt/action-tmate@v3
0 commit comments