Skip to content

Commit f5e3baf

Browse files
committed
Format release yml
1 parent 670c5fd commit f5e3baf

File tree

1 file changed

+31
-11
lines changed

1 file changed

+31
-11
lines changed

.github/workflows/release.yaml

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and release NIFs
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77
workflow_dispatch:
88

99
jobs:
@@ -15,16 +15,36 @@ jobs:
1515
matrix:
1616
nif: ["2.15"]
1717
job:
18-
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-22.04 , use-cross: true }
19-
- { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
20-
- { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
21-
- { target: aarch64-apple-darwin , os: macos-13 }
22-
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
23-
- { target: x86_64-apple-darwin , os: macos-13 }
24-
- { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 }
25-
- { target: x86_64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
26-
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
27-
- { target: x86_64-pc-windows-msvc , os: windows-2019 }
18+
- {
19+
target: arm-unknown-linux-gnueabihf,
20+
os: ubuntu-22.04,
21+
use-cross: true,
22+
}
23+
- {
24+
target: aarch64-unknown-linux-gnu,
25+
os: ubuntu-22.04,
26+
use-cross: true,
27+
}
28+
- {
29+
target: aarch64-unknown-linux-musl,
30+
os: ubuntu-22.04,
31+
use-cross: true,
32+
}
33+
- { target: aarch64-apple-darwin, os: macos-13 }
34+
- {
35+
target: riscv64gc-unknown-linux-gnu,
36+
os: ubuntu-22.04,
37+
use-cross: true,
38+
}
39+
- { target: x86_64-apple-darwin, os: macos-13 }
40+
- { target: x86_64-unknown-linux-gnu, os: ubuntu-22.04 }
41+
- {
42+
target: x86_64-unknown-linux-musl,
43+
os: ubuntu-22.04,
44+
use-cross: true,
45+
}
46+
- { target: x86_64-pc-windows-gnu, os: windows-2019 }
47+
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
2848

2949
permissions:
3050
contents: write

0 commit comments

Comments
 (0)