github actions

pull/523/head
hunterlong 2020-04-22 00:39:24 -07:00
parent 8061777204
commit 316d1c197b
2 changed files with 2 additions and 1 deletions

View File

@ -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: |

View File

@ -1,4 +1,5 @@
FROM alpine:latest
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
ARG VERSION
ARG ARCH