Skip to content

Commit 32f15f8

Browse files
committed
re-enable all targets
1 parent 37b9a03 commit 32f15f8

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/ci.yml

+27-27
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,33 @@ jobs:
99
strategy:
1010
matrix:
1111
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'
3939
- id: 'windows-amd64-mingw'
4040
os: 'windows-2022'
4141
# When unpacking an archive on Windows, the symlinks can't be

0 commit comments

Comments
 (0)