File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,16 @@ const FORMULA_ASSET = "openshell.rb";
4848const FORMULA_DIGEST = ASSET_DIGESTS . get ( FORMULA_ASSET ) ! ;
4949const SYNTHETIC_SUPERVISOR_MANIFEST_DIGEST = `sha256:${ "c" . repeat ( 64 ) } ` ;
5050const SYNTHETIC_SANDBOX_BUILD_DIGESTS = [ "a" . repeat ( 64 ) , "b" . repeat ( 64 ) ] as const ;
51- const ASSETS = [ ...ASSET_DIGESTS . keys ( ) ] . filter ( ( asset ) => asset !== FORMULA_ASSET ) ;
51+ const ASSETS = [
52+ "openshell-x86_64-unknown-linux-musl.tar.gz" ,
53+ "openshell-aarch64-unknown-linux-musl.tar.gz" ,
54+ "openshell-aarch64-apple-darwin.tar.gz" ,
55+ "openshell-gateway-x86_64-unknown-linux-gnu.tar.gz" ,
56+ "openshell-gateway-aarch64-unknown-linux-gnu.tar.gz" ,
57+ "openshell-gateway-aarch64-apple-darwin.tar.gz" ,
58+ "openshell-sandbox-x86_64-unknown-linux-gnu.tar.gz" ,
59+ "openshell-sandbox-aarch64-unknown-linux-gnu.tar.gz" ,
60+ ] as const ;
5261const INSTALLER_ASSETS = [ ...ASSETS , FORMULA_ASSET ] ;
5362const UNPUBLISHED_ASSET = "openshell-sandbox-aarch64-unknown-linux-gnu-unpublished.tar.gz" ;
5463const OFFICIAL_UNEXPECTED_INSTALLER_ASSET = "openshell-driver-vm-x86_64-unknown-linux-gnu.tar.gz" ;
You can’t perform that action at this time.
0 commit comments