mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-24 13:00:40 +00:00
Added dockerfile for arm builds
This commit is contained in:
parent
6603f2fa1f
commit
4bef9ab344
9
Dockerfile.armhf
Normal file
9
Dockerfile.armhf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM armhfbuild/alpine:3.4
|
||||||
|
|
||||||
|
RUN apk update && \
|
||||||
|
apk add \
|
||||||
|
ca-certificates && \
|
||||||
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
ADD drone-github-release /bin/
|
||||||
|
ENTRYPOINT ["/bin/drone-github-release"]
|
Loading…
Reference in New Issue
Block a user