This commit is contained in:
parent
50951cafd8
commit
19e8fad04d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue