Modify getpkg/build.sh
All checks were successful
Build-Test-Publish / build (linux/arm64) (push) Successful in 47s
Build-Test-Publish / build (linux/amd64) (push) Successful in 53s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Successful in 7s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Successful in 8s
All checks were successful
Build-Test-Publish / build (linux/arm64) (push) Successful in 47s
Build-Test-Publish / build (linux/amd64) (push) Successful in 53s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Successful in 7s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Successful in 8s
This commit is contained in:
parent
41ceab9686
commit
b1e511bdd6
@ -12,6 +12,9 @@ mkdir -p "${SCRIPT_DIR}/output"
|
||||
|
||||
PROJECT="getpkg"
|
||||
|
||||
# make sure we have the latest base image.
|
||||
docker pull gitea.jde.nz/public/dropshell-build-base:latest
|
||||
|
||||
docker build \
|
||||
-t "${PROJECT}-build" \
|
||||
-f "${SCRIPT_DIR}/Dockerfile.dropshell-build" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user