fix(ci): deb uses amd64 for arch name
This commit is contained in:
@@ -93,12 +93,18 @@ function mapArchFor(
|
||||
if (ext === 'rpm') {
|
||||
return 'aarch64'
|
||||
}
|
||||
if (ext === 'deb') {
|
||||
return 'arm64'
|
||||
}
|
||||
|
||||
return 'arm64'
|
||||
case target === 'x86_64-unknown-linux-gnu':
|
||||
if (ext === 'rpm') {
|
||||
return 'x86_64'
|
||||
}
|
||||
if (ext === 'deb') {
|
||||
return 'amd64'
|
||||
}
|
||||
|
||||
return 'x64'
|
||||
case target === 'aarch64-apple-darwin':
|
||||
|
||||
Reference in New Issue
Block a user