From a5c0828fb8a6a2b9832c05d459c806489e814be5 Mon Sep 17 00:00:00 2001 From: Alex Yao <33379584+alexyao2015@users.noreply.github.com> Date: Thu, 24 Feb 2022 14:36:37 -0500 Subject: [PATCH] Fix publishing --- publish.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.py b/publish.py index d565d09..1c46efc 100755 --- a/publish.py +++ b/publish.py @@ -13,7 +13,7 @@ ARCH_AMD64 = "amd64" ARCH_ARMV6 = "armv6" ARCH_ARMV7 = "armv7" -ARCH_ARM64 = "aarch64" +ARCH_ARM64 = "arm64" ARCHS = [ARCH_386, ARCH_AMD64, ARCH_ARMV7, ARCH_ARM64] PUBLISH_LATEST = "{repo}:{arch}-latest" @@ -228,4 +228,4 @@ def run_command(*command, ignore_error: bool = False): if __name__ == "__main__": - main() \ No newline at end of file + main()