added build status to repo
ci/woodpecker/push/woodpecker Pipeline failed Details

main
Johannes Bülow 2023-08-06 15:20:04 +02:00
parent 5993dc49f3
commit c62978d4e1
Signed by untrusted user who does not match committer: jmb
GPG Key ID: B56971CF7B8F83A6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# utility-containers # utility-containers
Repository containing Dockerfiles to [![status-badge](https://ci.jmbit.de/api/badges/3/status.svg)](https://ci.jmbit.de/repos/3)
Repository containing Dockerfiles for various utility functions for and around filegate
## Builder
Standard Docker Go image with the requirements for CGO and all of libpods build dependencies added

View File

@ -31,4 +31,4 @@ RUN export DEBIAN_FRONTEND="noninteractive" \
&& ln -sf /usr/include/asm-generic /usr/include/asm && ln -sf /usr/include/asm-generic /usr/include/asm
WORKDIR /usr/local/src WORKDIR /usr/local/src
COPY ./ ./ COPY ./ ./
RUN go get . && go mod download && go build -o filegate RUN go get . && go mod download && go build -o filegate