Skip to content

Commit 3be0534

Browse files
committed
Add arm64 binaries
1 parent fd88071 commit 3be0534

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/t-bytecode-compare.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- platform: linux-amd64
1919
os: ubuntu-latest
2020

21+
- platform: linux-arm64
22+
os: ubuntu-24.04-arm
23+
2124
- platform: macosx-amd64
2225
os: macos-latest
2326

linux-arm64/.gitkeep

Whitespace-only changes.

update.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ function processDir (dir, options, listCallback) {
169169
'/emscripten-wasm32': ['.js'],
170170
'/windows-amd64': ['.zip', '.exe'],
171171
'/linux-amd64': [''],
172+
'/linux-arm64': [''],
172173
'/macosx-amd64': ['']
173174
}[dir] || ''
174175

@@ -342,6 +343,7 @@ function parseCommandLine () {
342343
const DIRS = [
343344
'/bin',
344345
'/linux-amd64',
346+
'/linux-arm64',
345347
'/macosx-amd64',
346348
'/windows-amd64'
347349
]

0 commit comments

Comments
 (0)