Compare commits

..

No commits in common. "6923695bb54788a480253086640f42f1c10aa109" and "f11d9613cdf61c4604d0687efe4a27cad9e5ab3e" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
FROM alpine:edge
RUN apk add --no-cache go yq git gcc bash abuild
RUN apk add --no-cache go git gcc bash abuild
RUN apk add --no-cache ko --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
RUN apk add --no-cache --allow-untrusted apko --repository=https://packages.wolfi.dev/os
RUN wget -O /usr/bin/lure https://api.minio.elara.ws/adl/lure/lure-amd64 && chmod +x /usr/bin/lure

View File

@ -20,5 +20,4 @@ for arch in pkgs/*/; do
abuild-sign "$arch/APKINDEX.tar.gz"
done
version_tag="gitea.elara.ws/elara6331/golang:$(lure info go-bin | yq -r .version | head -1)"
apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/golang:latest "$version_tag"
apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/golang:latest