0.1.0-rc.1 #60

Merged
Jef Roosens merged 124 commits from dev into main 2022-01-31 23:53:46 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c7d1a78b84 - Show all commits

View file

@ -10,7 +10,7 @@ pipeline:
repo: chewingbever/vieter repo: chewingbever/vieter
tag: dev tag: dev
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ] platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
args: args-from-env:
- CI_COMMIT_SHA - CI_COMMIT_SHA
when: when:
event: push event: push

View file

@ -7,7 +7,7 @@ ARG CI_COMMIT_SHA
WORKDIR /app WORKDIR /app
RUN curl \ RUN curl --fail \
-o vieter \ -o vieter \
"https://s3.rustybever.be/vieter/commits/${CI_COMMIT_SHA}/vieter-$(echo "${TARGETPLATFORM}" | sed 's:/:-:g')" && \ "https://s3.rustybever.be/vieter/commits/${CI_COMMIT_SHA}/vieter-$(echo "${TARGETPLATFORM}" | sed 's:/:-:g')" && \
chmod +x vieter chmod +x vieter