For running our tests, FUSE must be configured with the
[arvados-dev.git] / scripts / create-release-repositories.sh
index 0736d65c81464e39978a1f13c37e22a77ea992c9..e43d953126bb64176b3dd739564a1becc97476a0 100755 (executable)
@@ -81,19 +81,19 @@ aptly repo show $DISTRO-attic
 
 
 # Publish dev
-aptly publish repo -architectures "amd64, arm64" $DISTRO-dev filesystem:$DISTRO:.
+aptly publish repo -architectures "amd64,arm64" $DISTRO-dev filesystem:$DISTRO:.
 aptly publish show $DISTRO-dev filesystem:$DISTRO:.
 
 # Publish testing
-aptly publish repo -architectures "amd64, arm64" $DISTRO-testing filesystem:$DISTRO:.
+aptly publish repo -architectures "amd64,arm64" $DISTRO-testing filesystem:$DISTRO:.
 aptly publish show $DISTRO-testing filesystem:$DISTRO:.
 
 # Publish release
-aptly publish repo -architectures "amd64, arm64" $DISTRO filesystem:$DISTRO:.
+aptly publish repo -architectures "amd64,arm64" $DISTRO filesystem:$DISTRO:.
 aptly publish show $DISTRO filesystem:$DISTRO:.
 
 # Publish attic
-aptly publish repo -architectures "amd64, arm64" $DISTRO-attic filesystem:$DISTRO:.
+aptly publish repo -architectures "amd64,arm64" $DISTRO-attic filesystem:$DISTRO:.
 aptly publish show $DISTRO-attic filesystem:$DISTRO:.
 
 # Show all the published repos