mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-21 02:27:09 +00:00
Add arm64 binary
This commit is contained in:
parent
2555a377df
commit
6a8fa16dd4
BIN
apt_query-arm64
Executable file
BIN
apt_query-arm64
Executable file
Binary file not shown.
2
lib.sh
2
lib.sh
|
@ -103,7 +103,7 @@ function get_normalized_package_list {
|
||||||
| sed 's/[,\]/ /g; s/\s\+/ /g; s/^\s\+//g; s/\s\+$//g' \
|
| sed 's/[,\]/ /g; s/\s\+/ /g; s/^\s\+//g; s/\s\+$//g' \
|
||||||
| sort -t' ')
|
| sort -t' ')
|
||||||
local script_dir="$(dirname -- "$(realpath -- "${0}")")"
|
local script_dir="$(dirname -- "$(realpath -- "${0}")")"
|
||||||
${script_dir}/apt_query normalized-list ${packages}
|
${script_dir}/apt_query normalized-list ${packages} || ${script_dir}/apt_query-arm64 normalized-list ${packages}
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Reference in a new issue