ci: fix goreleaser, rename arm_v6, upload to dockerhub temporarily

This commit is contained in:
Harvey Tindall
2025-12-01 15:14:06 +00:00
parent 03d3cee18b
commit 550cb36bd1

View File

@@ -75,18 +75,19 @@ steps:
from_secret: BUILT_BY
commands:
- sed -i 's#id="password_resets-watch_directory" placeholder="/config/jellyfin"#id="password_resets-watch_directory" value="/jf" disabled#g' ./build/data/html/setup.html
- env GOOS=linux ./scripts/version.sh ./goreleaser --snapshot --skip=publish --single-target --id notray-e2ee
- env GOOS=linux INTERNAL=off ./scripts/version.sh ./goreleaser build --snapshot --id notray-e2ee --clean
- mv ./dist/notray-e2ee_linux_arm_6 ./dist/notray-e2ee_linux_arm
- name: container
image: docker.io/woodpeckerci/plugin-docker-buildx
settings:
dry_run: true
dry_run: false
dockerfile: Dockerfile.ci
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_TOKEN
repo: docker.io/hrfee/jfa-go
tags: unstable
tags: debug-ci-streamline
registry: docker.io
platforms: linux/amd64,linux/arm64,linux/arm/v7
build_args: