mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-21 05:04:44 +01:00
remove multiarch for testing
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -63,9 +63,9 @@ 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
|
||||
"""
|
||||
""" // ,linux/arm64,linux/arm/v7,linux/arm/v6
|
||||
} else { // If I'm just testing, I don't need to build for ARM
|
||||
sh """
|
||||
docker buildx build . \
|
||||
|
||||
Reference in New Issue
Block a user