mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-21 00:24:45 +01:00
Pushes are failing.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -63,9 +63,11 @@ pipeline {
|
||||
--build-arg BUILD_DATE_ARG=${BUILD_DATE} \
|
||||
--build-arg HS_VERSION_ARG=${HS_VERSION} \
|
||||
--label \"GIT_COMMIT=${env.GIT_COMMIT}\" \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
|
||||
--platform linux/amd64 \
|
||||
--push
|
||||
"""
|
||||
// --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
|
||||
|
||||
} else { // IF I'm just testing, I don't need to build for ARM
|
||||
sh """
|
||||
docker build . \
|
||||
|
||||
Reference in New Issue
Block a user