Add pkg-config to arm runners

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
pull/2348/head
Paulo Gomes 3 years ago
parent 920d6e5404
commit 9e7018383a
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE

@ -23,7 +23,7 @@ KUBECTL_VERSION=1.21.2
KUSTOMIZE_VERSION=4.1.3
HELM_VERSION=3.7.2
GITHUB_RUNNER_VERSION=2.285.1
PACKAGES="apt-transport-https ca-certificates software-properties-common build-essential libssl-dev gnupg lsb-release jq"
PACKAGES="apt-transport-https ca-certificates software-properties-common build-essential libssl-dev gnupg lsb-release jq pkg-config"
# install prerequisites
apt-get update \

Loading…
Cancel
Save