mirror of https://github.com/statping/statping
github actions
parent
8061777204
commit
316d1c197b
|
@ -240,7 +240,7 @@ jobs:
|
|||
- name: Install Libraries
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libc-dev gcc-multilib build-essential musl-dev gcc build-base -y
|
||||
sudo apt install libc-dev gcc-multilib build-essential musl-dev gcc -y
|
||||
|
||||
- name: Setting ENV's
|
||||
run: |
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
FROM alpine:latest
|
||||
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||
ARG VERSION
|
||||
ARG ARCH
|
||||
|
||||
|
|
Loading…
Reference in New Issue