This repository was archived by the owner on Mar 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 checks :
1313 name : " Checks"
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - name : Checkout repository
1717 uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
Original file line number Diff line number Diff line change 1212jobs :
1313 checks :
1414 name : " Checks"
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-24 .04
1616 steps :
1717 - name : Checkout repository
1818 uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
2525
2626 build-sign-publish-chainlink :
2727 needs : [checks]
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-24 .04
2929 environment : build-publish
3030 permissions :
3131 id-token : write
Original file line number Diff line number Diff line change 6464 id-token : write
6565 contents : read
6666 name : Build Chainlink Image
67- runs-on : ubuntu20 .04-16cores-64GB
67+ runs-on : ubuntu24 .04-16cores-64GB
6868 steps :
6969 - name : Checkout the repo
7070 uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
@@ -106,7 +106,7 @@ jobs:
106106 id-token : write
107107 contents : read
108108 name : Build Test Image
109- runs-on : ubuntu20 .04-16cores-64GB
109+ runs-on : ubuntu24 .04-16cores-64GB
110110 steps :
111111 - name : Collect Metrics
112112 id : collect-gha-metrics
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ COPY --from=buildgo /chainlink-solana .
4343RUN go install ./pkg/solana/cmd/chainlink-solana
4444
4545# Final image: ubuntu with chainlink binary
46- FROM ubuntu:20 .04
46+ FROM ubuntu:24 .04
4747
4848ARG CHAINLINK_USER=root
4949ENV DEBIAN_FRONTEND noninteractive
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ COPY --from=buildgo /chainlink-starknet/relayer .
5353RUN go install ./pkg/chainlink/cmd/chainlink-starknet
5454
5555# Final image: ubuntu with chainlink binary
56- FROM ubuntu:20 .04
56+ FROM ubuntu:24 .04
5757
5858ARG CHAINLINK_USER=root
5959ENV DEBIAN_FRONTEND noninteractive
You can’t perform that action at this time.
0 commit comments