- Replace DRONE_TAG##v with DRONE_SEMVER across all pipelines - Add missing VERSION build_args and tag-specific Docker publish steps to amd64 pipeline - Add prerelease: true to amd64 release publish steps for consistency with arm64 - Pin swag and go-licenses versions with renovate annotations - Add renovate regex manager to track go install versions in .drone.yml - Add BuildKit cache mounts and OCI labels to Dockerfiles - Improve Dockerfile layer efficiency (separate web/web-admin asset copies, smaller COPY targets) - Move npm build/generate directives to separate generate_npm.go files with //go:build ignore - Update README build instructions to include web-admin and correct step order
6 lines
95 B
Go
6 lines
95 B
Go
//go:build ignore
|
|
|
|
package web
|
|
|
|
//go:generate npm run generate:api
|
|
//go:generate npm run build
|