mirror of https://github.com/statping/statping
github actions
parent
8061777204
commit
316d1c197b
|
@ -240,7 +240,7 @@ jobs:
|
||||||
- name: Install Libraries
|
- name: Install Libraries
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
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
|
- name: Setting ENV's
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue