chore: update urls to artifactapi
- change github urls to artifactapi - change gitea urls to artifactapi - change scripts in nfpm to use full path - update unrar to 7.12
This commit is contained in:
@@ -693,6 +693,7 @@ def build_package_docker(
|
||||
central_dockerfile = package_dir.parent.parent / "Dockerfile"
|
||||
build_args = [
|
||||
'docker', 'build',
|
||||
'--pull',
|
||||
'-f', str(central_dockerfile),
|
||||
'--build-arg', f'BASE_IMAGE={base_image}',
|
||||
'--build-arg', f'PACKAGE_NAME={package_name}',
|
||||
|
||||
Reference in New Issue
Block a user