Skip to content

Commit

Permalink
try linux
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Jan 21, 2025
1 parent d834b41 commit 31c164e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
matrix:
target:
#- id: 'linux-amd64'
# os: 'ubuntu-24.04'
# native: true
- id: 'linux-amd64'
os: 'ubuntu-24.04'
native: true
#- id: 'linux-arm64'
# os: 'ubuntu-24.04-arm'
# native: true
Expand All @@ -31,16 +31,16 @@ jobs:
#- id: 'android'
# os: 'ubuntu-24.04'
# native: false # Not used in the `Build` job, but here for reference
- id: 'windows-amd64'
os: 'windows-2022'
native: true
# When unpacking an archive on Windows, the symlinks can't be
# created unless the target path already exists. This causes
# problems when the linked file is ordered after the link
# inside the archive. Dereferencing the files when packing them
# adds an additional copy per link, but it reliably works and
# the additional size is not too large on Windows.
tar_extra_args: '--dereference'
#- id: 'windows-amd64'
# os: 'windows-2022'
# native: true
# # When unpacking an archive on Windows, the symlinks can't be
# # created unless the target path already exists. This causes
# # problems when the linked file is ordered after the link
# # inside the archive. Dereferencing the files when packing them
# # adds an additional copy per link, but it reliably works and
# # the additional size is not too large on Windows.
# tar_extra_args: '--dereference'
tag: ['11.7']
fail-fast: true

Expand Down

0 comments on commit 31c164e

Please sign in to comment.