1 parent 7af4511 commit 34412b8Copy full SHA for 34412b8
2 files changed
.github/actions/setup-bun/action.yml
@@ -7,7 +7,6 @@ runs:
7
uses: oven-sh/setup-bun@v2
8
with:
9
bun-version-file: package.json
10
- bun-download-url: ${{ (runner.os == 'Linux' && runner.arch == 'ARM64') && 'https://bun.sh/download/1.3.3/linux/arm64?avx2=false&profile=false' || '' }}
11
12
- name: Cache ~/.bun
13
id: cache-bun
.github/workflows/publish.yml
@@ -93,8 +93,6 @@ jobs:
93
target: x86_64-pc-windows-msvc
94
- host: ubuntu-24.04
95
target: x86_64-unknown-linux-gnu
96
- - host: ubuntu-24.04-arm
97
- target: aarch64-unknown-linux-gnu
98
runs-on: ${{ matrix.settings.host }}
99
steps:
100
- uses: actions/checkout@v3
0 commit comments