Fix 32bit arm TOOL variable
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Aode (lion) 2021-12-22 16:15:13 -06:00
parent 250b1afd7b
commit 97c9cae97d

View file

@ -100,7 +100,7 @@ steps:
auto_tag_suffix: linux-arm32v7
build_args:
- TARGET=armv7-unknown-linux-musleabihf
- TOOL=armv7-linux-musleabihf
- TOOL=arm-linux-musleabihf
- name: latest
image: plugins/docker:20
@ -113,7 +113,7 @@ steps:
tag: latest-linux-arm32v7
build_args:
- TARGET=armv7-unknown-linux-musleabihf
- TOOL=armv7-linux-musleabihf
- TOOL=arm-linux-musleabihf
trigger:
event: