This repository was archived by the owner on Jun 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
jobs :
13
13
build :
14
14
name : build and publish capture image
15
- runs-on : buildjet-4vcpu- ubuntu-2204-arm
15
+ runs-on : depot- ubuntu-22.04-4
16
16
permissions :
17
17
id-token : write # allow issuing OIDC tokens for this workflow run
18
18
contents : read # allow reading the repo contents
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
jobs :
13
13
build :
14
14
name : build and publish hook-api image
15
- runs-on : buildjet-4vcpu- ubuntu-2204-arm
15
+ runs-on : depot- ubuntu-22.04-4
16
16
permissions :
17
17
id-token : write # allow issuing OIDC tokens for this workflow run
18
18
contents : read # allow reading the repo contents
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
jobs :
13
13
build :
14
14
name : build and publish hook-janitor image
15
- runs-on : buildjet-4vcpu- ubuntu-2204-arm
15
+ runs-on : depot- ubuntu-22.04-4
16
16
permissions :
17
17
id-token : write # allow issuing OIDC tokens for this workflow run
18
18
contents : read # allow reading the repo contents
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
jobs :
13
13
build :
14
14
name : build and publish hook-worker image
15
- runs-on : buildjet-4vcpu- ubuntu-2204-arm
15
+ runs-on : depot- ubuntu-22.04-4
16
16
permissions :
17
17
id-token : write # allow issuing OIDC tokens for this workflow run
18
18
contents : read # allow reading the repo contents
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
jobs :
13
13
build :
14
14
name : build and publish hook-migrator image
15
- runs-on : buildjet-4vcpu- ubuntu-2204-arm
15
+ runs-on : depot- ubuntu-22.04-4
16
16
permissions :
17
17
id-token : write # allow issuing OIDC tokens for this workflow run
18
18
contents : read # allow reading the repo contents
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
build :
15
- runs-on : buildjet-4vcpu- ubuntu-2204
15
+ runs-on : depot- ubuntu-22.04-4
16
16
17
17
steps :
18
18
- uses : actions/checkout@v3
34
34
run : cargo build --all --locked --release && find target/release/ -maxdepth 1 -executable -type f | xargs strip
35
35
36
36
test :
37
- runs-on : buildjet-4vcpu- ubuntu-2204
37
+ runs-on : depot- ubuntu-22.04-4
38
38
timeout-minutes : 10
39
39
40
40
steps :
72
72
run : cargo check --all-features
73
73
74
74
clippy :
75
- runs-on : buildjet-4vcpu- ubuntu-2204
75
+ runs-on : depot- ubuntu-22.04-4
76
76
77
77
steps :
78
78
- uses : actions/checkout@v3
95
95
run : cargo clippy -- -D warnings
96
96
97
97
format :
98
- runs-on : buildjet-4vcpu- ubuntu-2204
98
+ runs-on : depot- ubuntu-22.04-4
99
99
100
100
steps :
101
101
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments