Skip to content

Commit 3eee620

Browse files
authored
Merge pull request #15 from martijnvdp/check_digest
cleanup
2 parents dc05aa4 + 2a6e295 commit 3eee620

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-docker-slim.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ on:
88
jobs:
99
docker-slim-build-container:
1010
name: Build and push container image to ECR
11-
runs-on: ubuntu-20.04 # to fix an issue with the GLIBC version beeing too high
11+
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
1414
id-token: write
1515
steps:
16-
- run: sudo apt update && sudo apt install libdevmapper-dev && sudo apt install libbtrfs-dev && sudo apt install pkg-config
1716
-
1817
name: Checkout
1918
uses: actions/checkout@v2

0 commit comments

Comments
 (0)