Skip to content

Commit b08e60a

Browse files
committed
revert aarch64 changes (#21)
* revert aarch64 * fmt
1 parent dfa7177 commit b08e60a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def withPackageLinuxEnv(Closure body) {
159159
def PLATFORMS = [ '+all',
160160
'linux/amd64',
161161
'linux/386',
162-
//'linux/arm64',
162+
'linux/arm64',
163163
// armv7 packaging isn't working, and we don't currently
164164
// need it for release. Do not re-enable it without
165165
// confirming it is fixed, you will break the packaging

magefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ func Package() {
388388
}{
389389
{"darwin/amd64", "darwin-x86_64.tar.gz"},
390390
{"linux/amd64", "linux-x86_64.tar.gz"},
391-
{"linux/arm64", "linux-aarch64.tar.gz"},
391+
{"linux/arm64", "linux-arm64.tar.gz"},
392392
{"windows/amd64", "windows-x86_64.zip"},
393393
}
394394

0 commit comments

Comments
 (0)