You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Unionvisor bundle containing everything you need to create a supervised node running on `union-testnet-7`. Unionvisor will supervise the `uniond` program ensuring it's updated at the correct upgrade height present on network.
1
+
A Unionvisor bundle containing everything you need to create a supervised node running on `union-testnet-8`. Unionvisor will supervise the `uniond` program ensuring it's updated at the correct upgrade height present on network.
filter_builds: '(.top_attr == "packages") and (.system == "x86_64-linux" or .system == "aarch64-linux") and (.attr == "uniond-release" or .attr == "galoisd" or .attr == "uniond-release-image" or .attr == "galoisd-image" or .attr == "bundle-testnet-7-image")'# ensure to append this list if you want to release more artifacts
14
+
filter_builds: '(.top_attr == "packages") and (.system == "x86_64-linux" or .system == "aarch64-linux") and (.attr == "uniond-release" or .attr == "galoisd" or .attr == "uniond-release-image" or .attr == "galoisd-image" or .attr == "bundle-testnet-8-image")'# ensure to append this list if you want to release more artifacts
0 commit comments