Skip to content

Commit 0a65a4c

Browse files
authored
Merge pull request #70 from sacherjj/22.04-debian-update
Change to 22.04 debian
2 parents 1badad4 + 19fa4be commit 0a65a4c

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/casper-node-launcher-pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11-
- os: ubuntu-20.04
12-
code_name: focal
11+
- os: ubuntu-22.04
12+
code_name: jammy
13+
- os: ubuntu-24.04
14+
code_name: noble
1315

1416
runs-on: ${{ matrix.os }}
1517

.github/workflows/casper-node-launcher-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- os: ubuntu-20.04
18-
code_name: focal
17+
- os: ubuntu-22.04
18+
code_name: jammy
19+
- os: ubuntu-24.04
20+
code_name: noble
1921

2022
runs-on: ${{ matrix.os }}
2123

2224
steps:
2325
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3.0.2
24-
with:
25-
key: ${{ matrix.code_name }}
2626

2727
- name: Configure AWS credentials
2828
uses: aws-actions/configure-aws-credentials@v4

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "casper-node-launcher"
3-
version = "1.0.6"
3+
version = "1.0.7"
44
authors = ["Fraser Hutchison <fraser@casperlabs.io>", "Joe Sacher <joe.sacher@casper.network>"]
55
edition = "2018"
66
description = "A binary which runs and upgrades the casper-node of the Casper network"
@@ -29,7 +29,7 @@ tempfile = "3.6.0"
2929

3030
[package.metadata.deb]
3131
name = "casper-node-launcher"
32-
depends = "curl"
32+
depends = "curl, casper-node-util"
3333
revision = "0"
3434
assets = [
3535
["./target/release/casper-node-launcher", "/usr/bin/casper-node-launcher", "755"],
@@ -46,9 +46,6 @@ Package for Casper Node Launcher
4646
4747
For information on using package, see https://github.com/casper-network/casper-node-launcher
4848
"""
49-
50-
[package.metadata.deb.variants.focal]
51-
5249
[package.metadata.deb.variants.jammy]
5350

5451
[package.metadata.deb.variants.noble]

0 commit comments

Comments
 (0)