File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,12 @@ jobs:
11
11
12
12
build :
13
13
14
- runs-on : ubuntu-18 .04
14
+ runs-on : ubuntu-20 .04
15
15
if : " !contains(github.event.head_commit.message, '[skip ci]')"
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
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
-
27
20
- name : Set up QEMU
28
21
uses : docker/setup-qemu-action@v1
29
22
41
34
id : docker_build
42
35
uses : docker/build-push-action@v2
43
36
with :
44
- # build-args: UTIL_LINUX_VER=${{ steps.get_util_linux.outputs.version }}
45
37
platforms : linux/amd64,linux/arm64
46
38
tags : |
47
39
ghcr.io/bitprocessor/nsenter:latest
You can’t perform that action at this time.
0 commit comments