Skip to content

Commit 9b1d986

Browse files
committed
Remove ubuntu-20.04 build
1 parent 22e004e commit 9b1d986

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/release.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
matrix:
7272
db_backend: [goleveldb]
7373
runs-on: ubuntu-20.04
74+
if: false
7475
env: # Or as an environment variable
7576
SPID: ${{ secrets.SPID_TESTNET }}
7677
API_KEY: ${{ secrets.API_KEY_TESTNET }}
@@ -127,6 +128,7 @@ jobs:
127128

128129
build-deb-mainnet-2004:
129130
runs-on: ubuntu-20.04
131+
if: false
130132
strategy:
131133
fail-fast: false
132134
matrix:
@@ -307,6 +309,7 @@ jobs:
307309

308310
Ubuntu-2004-CLI:
309311
runs-on: ubuntu-20.04
312+
if: false
310313
steps:
311314
- uses: actions/checkout@v4
312315
- uses: actions/setup-go@v5
@@ -384,6 +387,7 @@ jobs:
384387
path: check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
385388

386389
check-hw-tool-2004:
390+
if: false
387391
runs-on: ubuntu-20.04
388392
env: # Or as an environment variable
389393
SPID: ${{ secrets.SPID_TESTNET }}
@@ -472,13 +476,13 @@ jobs:
472476
needs: [
473477
native-build-cli,
474478
build-deb-testnet,
475-
build-deb-testnet-2004,
479+
#build-deb-testnet-2004,
476480
build-deb-mainnet,
477-
build-deb-mainnet-2004,
481+
#build-deb-mainnet-2004,
478482
MacOS-ARM64-CLI,
479-
Ubuntu-2004-CLI,
483+
#Ubuntu-2004-CLI,
480484
check-hw-tool,
481-
check-hw-tool-2004,
485+
#check-hw-tool-2004,
482486
# check-hw-tool-mainnet
483487
]
484488
runs-on: ubuntu-22.04
@@ -499,27 +503,27 @@ jobs:
499503
- uses: actions/download-artifact@v4
500504
with:
501505
name: secretcli-MacOS-arm64
502-
- uses: actions/download-artifact@v4
503-
with:
504-
name: secretcli-Ubuntu-20.04
505-
- uses: actions/download-artifact@v4
506-
with:
507-
name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-20.04.deb
506+
# - uses: actions/download-artifact@v4
507+
# with:
508+
# name: secretcli-Ubuntu-20.04
509+
# - uses: actions/download-artifact@v4
510+
# with:
511+
# name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-20.04.deb
508512
- uses: actions/download-artifact@v4
509513
with:
510514
name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-22.04.deb
511-
- uses: actions/download-artifact@v4
512-
with:
513-
name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-20.04.deb
515+
# - uses: actions/download-artifact@v4
516+
# with:
517+
# name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-20.04.deb
514518
- uses: actions/download-artifact@v4
515519
with:
516520
name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-22.04.deb
517521
- uses: actions/download-artifact@v4
518522
with:
519523
name: check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
520-
- uses: actions/download-artifact@v4
521-
with:
522-
name: check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-20.04.tar.gz
524+
# - uses: actions/download-artifact@v4
525+
# with:
526+
# name: check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-20.04.tar.gz
523527
# - uses: actions/download-artifact@v4
524528
# with:
525529
# name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz
@@ -528,14 +532,10 @@ jobs:
528532
with:
529533
prerelease: true
530534
files: |
531-
secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-20.04.deb
532535
secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-22.04.deb
533536
secretcli-macOS
534537
secretcli-Windows
535538
secretcli-Linux
536539
secretcli-MacOS-arm64
537-
secretcli-Ubuntu-20.04
538-
secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-20.04.deb
539540
secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-22.04.deb
540541
check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
541-
check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-20.04.tar.gz

0 commit comments

Comments
 (0)