Skip to content

Commit

Permalink
feat: Upgrade CD from ubuntu 22.04 to ubuntu 24.04
Browse files Browse the repository at this point in the history
skylar-simoncelli authored Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 50f8ba6 commit 7bbd0cf
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/images/build-and-publish-ecr/action.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ runs:
run: |
cat > Dockerfile <<EOF
FROM ubuntu:22.04
FROM ubuntu:24.04
RUN apt-get update && apt-get install -y \
ca-certificates \
libgcc-s1 \
@@ -33,7 +33,7 @@ runs:
libgomp1 \
&& rm -rf /var/lib/apt/lists/*
RUN useradd -m -u 1000 -U -s /bin/sh -d /substrate substrate \
RUN useradd -m -u 1010 -U -s /bin/sh -d /substrate substrate \
&& mkdir -p /data /substrate/.local/share/partner-chains-node \
&& chown -R substrate:substrate /data /substrate \
&& ln -s /data /substrate/.local/share/partner-chains-node
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ jobs:
permissions:
id-token: write
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4

0 comments on commit 7bbd0cf

Please sign in to comment.