From b7bd34f6785527d5d7c096e6f69a899324f3347f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 13 Mar 2019 11:35:04 +0100 Subject: [PATCH] force armhfs --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2c5e430..09e5e48 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,8 @@ steps: image: arm32v7/centos:7 commands: - ls -l /etc/yum.repos.d - - cat /etc/yum.repos.d/CentOS-Base.repo - - ls -l /etc/yum/vars/ + - echo "armhfp" > /etc/yum/vars/arch + - yum install -y gcc # - name: dryrun # pull: always # image: plugins/docker:linux-amd64