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 dfa7177 commit b08e60aCopy full SHA for b08e60a
.ci/Jenkinsfile
@@ -159,7 +159,7 @@ def withPackageLinuxEnv(Closure body) {
159
def PLATFORMS = [ '+all',
160
'linux/amd64',
161
'linux/386',
162
- //'linux/arm64',
+ 'linux/arm64',
163
// armv7 packaging isn't working, and we don't currently
164
// need it for release. Do not re-enable it without
165
// confirming it is fixed, you will break the packaging
magefile.go
@@ -388,7 +388,7 @@ func Package() {
388
}{
389
{"darwin/amd64", "darwin-x86_64.tar.gz"},
390
{"linux/amd64", "linux-x86_64.tar.gz"},
391
- {"linux/arm64", "linux-aarch64.tar.gz"},
+ {"linux/arm64", "linux-arm64.tar.gz"},
392
{"windows/amd64", "windows-x86_64.zip"},
393
}
394
0 commit comments