|
9 | 9 | strategy:
|
10 | 10 | matrix:
|
11 | 11 | target:
|
12 |
| - #- id: 'linux-amd64' |
13 |
| - # os: 'ubuntu-20.04' |
14 |
| - # tar_extra_args: '' |
15 |
| - #- id: 'linux-aarch64' |
16 |
| - # os: "ubuntu-latest" |
17 |
| - ## os: ['self-hosted', 'linux', 'ARM64'] |
18 |
| - #- id: 'linux-riscv64' |
19 |
| - # os: "ubuntu-latest" |
20 |
| - ## os: ['self-hosted', 'linux', 'RISCV64'] |
21 |
| - #- id: 'darwin-amd64' |
22 |
| - # os: 'macos-13' |
23 |
| - # tar_extra_args: '' |
24 |
| - #- id: 'darwin-aarch64' |
25 |
| - # os: 'macos-latest' |
26 |
| - # tar_extra_args: '' |
27 |
| - # # When unpacking an archive on Windows, the symlinks can't be |
28 |
| - # # created unless the target path already exists. This causes |
29 |
| - # # problems when the linked file is ordered after the link |
30 |
| - #- id: 'windows-amd64-msvc' |
31 |
| - # os: 'windows-2022' |
32 |
| - # # When unpacking an archive on Windows, the symlinks can't be |
33 |
| - # # created unless the target path already exists. This causes |
34 |
| - # # problems when the linked file is ordered after the link |
35 |
| - # # inside the archive. Dereferencing the files when packing them |
36 |
| - # # adds an additional copy per link, but it reliably works and |
37 |
| - # # the additional size is not too large on Windows. |
38 |
| - # tar_extra_args: '--dereference' |
| 12 | + - id: 'linux-amd64' |
| 13 | + os: 'ubuntu-20.04' |
| 14 | + tar_extra_args: '' |
| 15 | + - id: 'linux-aarch64' |
| 16 | + os: "ubuntu-latest" |
| 17 | + # os: ['self-hosted', 'linux', 'ARM64'] |
| 18 | + - id: 'linux-riscv64' |
| 19 | + os: "ubuntu-latest" |
| 20 | + # os: ['self-hosted', 'linux', 'RISCV64'] |
| 21 | + - id: 'darwin-amd64' |
| 22 | + os: 'macos-13' |
| 23 | + tar_extra_args: '' |
| 24 | + - id: 'darwin-aarch64' |
| 25 | + os: 'macos-latest' |
| 26 | + tar_extra_args: '' |
| 27 | + # When unpacking an archive on Windows, the symlinks can't be |
| 28 | + # created unless the target path already exists. This causes |
| 29 | + # problems when the linked file is ordered after the link |
| 30 | + - id: 'windows-amd64-msvc' |
| 31 | + os: 'windows-2022' |
| 32 | + # When unpacking an archive on Windows, the symlinks can't be |
| 33 | + # created unless the target path already exists. This causes |
| 34 | + # problems when the linked file is ordered after the link |
| 35 | + # inside the archive. Dereferencing the files when packing them |
| 36 | + # adds an additional copy per link, but it reliably works and |
| 37 | + # the additional size is not too large on Windows. |
| 38 | + tar_extra_args: '--dereference' |
39 | 39 | - id: 'windows-amd64-mingw'
|
40 | 40 | os: 'windows-2022'
|
41 | 41 | # When unpacking an archive on Windows, the symlinks can't be
|
|
0 commit comments