diff --git a/tools/snap/build_remote.py b/tools/snap/build_remote.py index 66af9f404..ca5c1a677 100755 --- a/tools/snap/build_remote.py +++ b/tools/snap/build_remote.py @@ -146,7 +146,7 @@ def main(): parser = argparse.ArgumentParser() parser.add_argument('targets', nargs='+', choices=['ALL', 'DNS_PLUGINS', 'certbot', *PLUGINS], help='the list of snaps to build') - parser.add_argument('--archs', nargs='+', choices=['amd64', 'arm64', 'armhf'], default='amd64', + parser.add_argument('--archs', nargs='+', choices=['amd64', 'arm64', 'armhf'], default=['amd64'], help='the architectures for which snaps are built') args = parser.parse_args()