|
24 | 24 | job:
|
25 | 25 | # NIF version 2.16
|
26 | 26 | - { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.16", use-cross: true }
|
| 27 | + - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.16", use-cross: true } |
27 | 28 | - { target: aarch64-apple-darwin , os: macos-10.15 , nif: "2.16" }
|
28 | 29 | - { target: x86_64-apple-darwin , os: macos-10.15 , nif: "2.16" }
|
29 | 30 | - { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.16" }
|
|
32 | 33 | - { target: x86_64-pc-windows-msvc , os: windows-2019 , nif: "2.16" }
|
33 | 34 | # NIF version 2.15
|
34 | 35 | - { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.15", use-cross: true }
|
| 36 | + - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.15", use-cross: true } |
35 | 37 | - { target: aarch64-apple-darwin , os: macos-10.15 , nif: "2.15" }
|
36 | 38 | - { target: x86_64-apple-darwin , os: macos-10.15 , nif: "2.15" }
|
37 | 39 | - { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.15" }
|
|
40 | 42 | - { target: x86_64-pc-windows-msvc , os: windows-2019 , nif: "2.15" }
|
41 | 43 | # NIF version 2.14
|
42 | 44 | - { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.14", use-cross: true }
|
| 45 | + - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.14", use-cross: true } |
43 | 46 | - { target: aarch64-apple-darwin , os: macos-10.15 , nif: "2.14" }
|
44 | 47 | - { target: x86_64-apple-darwin , os: macos-10.15 , nif: "2.14" }
|
45 | 48 | - { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.14" }
|
|
0 commit comments