diff --git a/.drone.yml b/.drone.yml index 0cf50b1..56a2b25 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,14 +6,14 @@ steps: - name: glibc-x86_64 image: gcc commands: - - make + - make clean && make all - mv dirl dirl-glibc-x86_64 - name: musl-x86_64 image: alpine commands: - apk update && apk add make git build-base linux-headers musl-dev - - make STATIC="-static -fPIE" + - make clean && make STATIC=-static all - mv dirl dirl-musl-x86_64 - name: publish binaries