Skip to content

Commit db73f9e

Browse files
committed
Fix get available memory to work with cgroup v1
1 parent cc4fe22 commit db73f9e

File tree

2 files changed

+396
-10
lines changed

2 files changed

+396
-10
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
copy-to-ecr:
7878
name: Copy ${{ matrix.arch }} to ECR
7979
needs: build
80-
runs-on: ubuntu-latest
80+
runs-on: ubuntu-24.04
8181
strategy:
8282
matrix:
8383
arch: [amd64, arm64]
@@ -137,7 +137,7 @@ jobs:
137137
manifest:
138138
name: Create ${{ matrix.registry }} manifest
139139
needs: [build, copy-to-ecr]
140-
runs-on: ubuntu-latest
140+
runs-on: ubuntu-24.04
141141
strategy:
142142
matrix:
143143
registry: [ghcr, ecr]

0 commit comments

Comments
 (0)