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 from_secret: BUILT_BY
commands: 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 - 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 - name: container
image: docker.io/woodpeckerci/plugin-docker-buildx image: docker.io/woodpeckerci/plugin-docker-buildx
settings: settings:
dry_run: true dry_run: false
dockerfile: Dockerfile.ci dockerfile: Dockerfile.ci
username: username:
from_secret: DOCKER_USERNAME from_secret: DOCKER_USERNAME
password: password:
from_secret: DOCKER_TOKEN from_secret: DOCKER_TOKEN
repo: docker.io/hrfee/jfa-go repo: docker.io/hrfee/jfa-go
tags: unstable tags: debug-ci-streamline
registry: docker.io registry: docker.io
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
build_args: build_args: