We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ede089 commit 9812166Copy full SHA for 9812166
1 file changed
.github/workflows/publish.yml
@@ -414,19 +414,15 @@ jobs:
414
- host: "windows-2025"
415
target: aarch64-pc-windows-msvc
416
platform_flag: --win --arm64
417
- bun_install_flags: --os=win32 --cpu=arm64
418
- host: "blacksmith-4vcpu-windows-2025"
419
target: x86_64-pc-windows-msvc
420
platform_flag: --win
421
- bun_install_flags: --os=win32 --cpu=x64
422
- host: "blacksmith-4vcpu-ubuntu-2404"
423
target: x86_64-unknown-linux-gnu
424
platform_flag: --linux
425
- bun_install_flags: --os=linux --cpu=x64
426
427
target: aarch64-unknown-linux-gnu
428
429
- bun_install_flags: --os=linux --cpu=arm64
430
runs-on: ${{ matrix.settings.host }}
431
steps:
432
- uses: actions/checkout@v3
0 commit comments