We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60296f7 commit 629b4f3Copy full SHA for 629b4f3
build/linux.build.yml
@@ -1 +1 @@
1
-version: 16
+version: 17
src/main/core/AppHelper.ts
@@ -95,7 +95,7 @@ export class AppHelper {
95
} else if (isLinux()) {
96
const helperFile = global.Server.isArmArch
97
? 'flyenv-helper-linux-arm64'
98
- : 'flyenv-helper-linux-amd64'
+ : 'flyenv-helper-linux-amd64-v1'
99
const binDir = PathResolve(global.Server.Static!, '../../../build/')
100
const bin = PathResolve(binDir, `../src/helper-go/dist/${helperFile}`)
101
const shDir = join(global.Server.Static!, 'sh')
0 commit comments