Skip to content

Commit

Permalink
fix(ci): update release workflow for testnet 7 (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang authored Apr 1, 2024
2 parents 884497f + 18525f4 commit 729d685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A Unionvisor bundle containing everything you need to create a supervised node running on `union-testnet-6`. Unionvisor will supervise the `uniond` program ensuring it's updated at the correct upgrade height present on network.
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.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.GITHUB_TOKEN }}
with:
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-6-image")' # ensure to append this list if you want to release more artifacts
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

dl-images:
runs-on: ubuntu-latest
needs: [build]
permissions: write-all
strategy:
matrix:
package: [uniond-release, galoisd, bundle-testnet-6]
package: [uniond-release, galoisd, bundle-testnet-7]
system: [aarch64-linux, x86_64-linux]
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
permissions: write-all
strategy:
matrix:
package: [uniond-release, galoisd, bundle-testnet-6]
package: [uniond-release, galoisd, bundle-testnet-7]
services:
registry:
image: registry:2
Expand Down

0 comments on commit 729d685

Please sign in to comment.