Skip to content

Commit 34412b8

Browse files
committed
remove arm build for now
1 parent 7af4511 commit 34412b8

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/actions/setup-bun/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ runs:
77
uses: oven-sh/setup-bun@v2
88
with:
99
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' || '' }}
1110

1211
- name: Cache ~/.bun
1312
id: cache-bun

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
target: x86_64-pc-windows-msvc
9494
- host: ubuntu-24.04
9595
target: x86_64-unknown-linux-gnu
96-
- host: ubuntu-24.04-arm
97-
target: aarch64-unknown-linux-gnu
9896
runs-on: ${{ matrix.settings.host }}
9997
steps:
10098
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)