From fb888f40b63c6b4cf2d22e86b3804cb19594985e Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@beagleboard.org> Date: Mon, 3 Jul 2023 14:14:31 -0400 Subject: [PATCH] ci: gitlab-build.sh: copy-paste amd64 instead of arm64 --- gitlab-build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitlab-build.sh b/gitlab-build.sh index 063ebafd..b65ec28f 100755 --- a/gitlab-build.sh +++ b/gitlab-build.sh @@ -58,8 +58,9 @@ HERE if [ "x${CI_RUNNER_EXECUTABLE_ARCH}" == "xlinux/arm64" ] ; then echo "**** check and install pdfcpu ****" if [ ! -f /usr/local/bin/pdfcpu ] ; then - wget https://github.com/pdfcpu/pdfcpu/releases/download/v0.4.0/pdfcpu_0.4.0_Linux_x86_64.tar.xz - tar xf pdfcpu_0.4.0_Linux_x86_64.tar.xz + wget https://github.com/pdfcpu/pdfcpu/releases/download/v0.4.0/pdfcpu_0.4.0_Linux_arm64.tar.xz + pdfcpu_0.4.0_Linux_arm64.tar.xz + tar xf pdfcpu_0.4.0_Linux_arm64.tar.xz mv -v pdfcpu_0.4.0_Linux_arm64/pdfcpu /usr/local/bin/ fi /usr/local/bin/pdfcpu version -- GitLab