aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-03-02 23:15:52 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-03-02 23:25:18 +0000
commit3743142601832292353277ae7bcbe4b04c1c56d9 (patch)
tree5eb08900837b7022cdaa602021eb5d8345159965
parente0f24cceea41638a6a189679a9c887b6c089d345 (diff)
downloadalpine_aports-3743142601832292353277ae7bcbe4b04c1c56d9.tar.bz2
alpine_aports-3743142601832292353277ae7bcbe4b04c1c56d9.tar.xz
alpine_aports-3743142601832292353277ae7bcbe4b04c1c56d9.zip
drone: x86 set correct personality
this is kind of a hack because docker is not able to properly set the correct personality (32bit).
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index b205ea0d32..066fd289ca 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -17,7 +17,7 @@ steps:
17 - name: build 17 - name: build
18 image: alpinelinux/alpine-drone-ci:v3.9-x86 18 image: alpinelinux/alpine-drone-ci:v3.9-x86
19 commands: 19 commands:
20 - build.sh 20 - linux32 build.sh
21 environment: 21 environment:
22 GH_TOKEN: 22 GH_TOKEN:
23 from_secret: github_token 23 from_secret: github_token