Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Feb 2, 2024
1 parent 1d6be82 commit c4034c6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/generic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,7 @@ jobs:
LABELS=()
LABELS+=("--label=deb-list=\"$( run cat /.deb.lst | tr '\n' '|' | sed 's/|$//' )\"")
LABELS+=("--label=pkg-list=\"$( run cat /.pkg.lst | tr '\n' '|' | sed 's/|$//' )\"")
LABELS+=("--label=glibc=\"$(
run sh -c 'exec "$( find -xdev -name libc.so.6 -print -quit )"'
| sed '1!d'
| sed "s/ /_/g"
| sed "s/\"//g"
| sed "s/\'//g")\""
)
# LABELS+=("--labels=glibc=\"$( run sh -c 'exec "$( find -xdev -name libc.so.6 -print -quit )"' | sed '1!d' )\"")
LABELS+=("--label=debian=\"$( run cat /etc/debian_version | sed '1!d' )\"")
LABELS+=("--label=bash=\"$( run bash --version | sed '1!d' )\"")
Expand Down

0 comments on commit c4034c6

Please sign in to comment.