build: abbreviate bootstrap.urbit.org/ci artefact system name

This commit is contained in:
Brendan Hay 2020-10-27 16:24:27 +01:00
parent de17409fd6
commit 5aafa0c79f
No known key found for this signature in database
GPG Key ID: 80E915C54A7C457D

2
ci.nix
View File

@ -103,7 +103,7 @@ in localLib.dimension "system" systems (systemName:
# Push the tarball to the remote google storage bucket.
release = let
version = builtins.readFile ./pkg/urbit/version;
name = "urbit-v${version}-${system}";
name = "urbit-v${version}-${systemName}";
in pushObject name "tar.gz" staticPackages.tarball;
# Replace top-level pill attributes with push to google storage variants.