diff --git a/.woodpecker/git-binary.yaml b/.woodpecker/git-binary.yaml index 03085a7..4c2b597 100644 --- a/.woodpecker/git-binary.yaml +++ b/.woodpecker/git-binary.yaml @@ -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: