Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyao2015 authored Feb 24, 2022
1 parent 9c8353d commit a5c0828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -228,4 +228,4 @@ def run_command(*command, ignore_error: bool = False):


if __name__ == "__main__":
main()
main()

0 comments on commit a5c0828

Please sign in to comment.