aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
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:23:53 +0000
commite695fd5adb06e6aade2529f4a159fd99939803a3 (patch)
treefe49690c65c87a9606a87abfda462bfb0d2aaed8 /.drone.yml
parent1da138a0981bf8e5e433b023e5daf285fe6d8064 (diff)
drone: x86 set correct personality
this is kind of a hack because docker is not able to properly set the correct personality (32bit).
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 7c3c8d0f02d..c11df730bda 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -17,7 +17,7 @@ steps:
- name: build
image: alpinelinux/alpine-drone-ci:edge-x86
commands:
- - build.sh
+ - linux32 build.sh
environment:
GH_TOKEN:
from_secret: github_token