Skip to content

Commit 9d77bd0

Browse files
committed
Run github action on Ubuntu 20.04
1 parent 8d81007 commit 9d77bd0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,12 @@ jobs:
1111

1212
build:
1313

14-
runs-on: ubuntu-18.04
14+
runs-on: ubuntu-20.04
1515
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1616

1717
steps:
1818
- uses: actions/checkout@v2
1919

20-
# - name: Get util-linux version
21-
# id: get_util_linux
22-
# run: |
23-
# version=$(curl --silent https://api.github.com/repos/karelzak/util-linux/tags | jq -r '.[0].name' | sed -e 's/^v//')
24-
# echo "::debug::get util-linux version ${version}"
25-
# echo "::set-output name=version::${version}"
26-
2720
- name: Set up QEMU
2821
uses: docker/setup-qemu-action@v1
2922

@@ -41,7 +34,6 @@ jobs:
4134
id: docker_build
4235
uses: docker/build-push-action@v2
4336
with:
44-
# build-args: UTIL_LINUX_VER=${{ steps.get_util_linux.outputs.version }}
4537
platforms: linux/amd64,linux/arm64
4638
tags: |
4739
ghcr.io/bitprocessor/nsenter:latest

0 commit comments

Comments
 (0)