Мелочи по сборке и README

This commit is contained in:
2025-11-22 18:05:38 +08:00
parent 14c251f3e4
commit bc03abeb9d
3 changed files with 28 additions and 27 deletions

View File

@@ -8,6 +8,8 @@ IPTVC_VERSION="${GIT_TAG}-${GIT_HASH}"
git checkout "${GIT_TAG}" 2>/dev/null
docker build \
--build-arg IPTVC_VERSION="${IPTVC_VERSION}" \
--build-arg GOOS="${GOOS:-linux}" \
--build-arg GOARCH="${GOARCH:-amd64}" \
--tag iptvc:"${DOCKER_TAG}" \
--tag git.axenov.dev/iptv/iptvc:"${DOCKER_TAG}" \
.