Commit Graph

4 Commits

Author SHA1 Message Date
ZHANG Yuntian
94e7a14662 Fix build when current user's UID is not 1000
By default, yq user created in Docker image will have UID 1000.
However, the mounted volume will keep their existing UID:GID
inside the container, and will cause permissoin error when they
don't belong to the same UID:GID that yq belong to.

This commit fixes yq's permission before building.
2022-11-30 17:50:04 +08:00
ZHANG Yuntian
1bdd0a46be Fix host PATH overwritting docker PATH 2022-11-30 17:45:00 +08:00
ZHANG Yuntian
8f37a1d9c4 Allow building binary package as well 2022-11-30 17:42:22 +08:00
robertomier
0b49bebad9
chore: script to build the deb sources (#1045)
* chore: script to build the deb sources

now it includes the man files. This script makes only sense executing
on the machine having the gpg key needed to sign and push to ppa

* fix: dput dependency and proper configuration
2021-12-23 11:43:21 +11:00