Enable very rudimentary CI/CD #1

Merged
Karcsesz merged 14 commits from ci-working into master 2024-03-18 01:54:16 +01:00
Showing only changes of commit 5a02cb44c8 - Show all commits

View file

@ -13,7 +13,12 @@ COPY . .
RUN cargo build --target $target --release
FROM scratch
FROM alpine:latest
ARG editor=vim
RUN apk add --no-cache $editor
ENV EDITOR=$editor
WORKDIR /fingerlink