Skip to content

Commit 32df4d8

Browse files
committed
correctly discover arm64 job as the name has now changed
1 parent 5bcb1d5 commit 32df4d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/binary/get-published-artifacts.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ const getArtifactJobName = (platformKey) => {
1212
return 'linux-amd-publish-binary'
1313
}
1414

15+
if (platformKey === 'linux-arm64') {
16+
return 'linux-arm64-publish-binary'
17+
}
18+
1519
return 'publish-binary'
1620
}
1721

0 commit comments

Comments
 (0)