Skip to content

Commit

Permalink
Add aarch64 windows builds and link runtime statically (#648)
Browse files Browse the repository at this point in the history
* ci: enable aarch64 windows builds

* ci: link vc++ runtime statically
  • Loading branch information
panekj authored Aug 16, 2024
1 parent 606571d commit a0fdd4c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,17 @@ jobs:
platform: x86
- triple: x86_64-pc-windows-msvc
platform: x86_64
# https://github.com/briansmith/ring/issues/1167
# - triple: aarch64-pc-windows-msvc
# platform: aarch64
- triple: aarch64-pc-windows-msvc
platform: aarch64
steps:
- uses: actions/checkout@v4

- run: rustup update
- run: rustup target add ${{ matrix.triple }}

- name: Build taplo
env:
RUSTFLAGS: '-C target-feature=+crt-static'
run: |
cargo build --verbose --release --bin taplo --target ${{ matrix.triple }}
# zip
Expand Down

0 comments on commit a0fdd4c

Please sign in to comment.