diff --git a/.drone.jsonnet b/.drone.jsonnet index f532a76..c8383e0 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -91,8 +91,8 @@ local PipelineBuildBinaries = { '[ -z "${DRONE_TAG}" ] && BUILD_VERSION=${DRONE_COMMIT_SHA:0:8} || BUILD_VERSION=${DRONE_TAG##v}', 'mkdir -p release/', "cd cmd/drone-github-comment && xgo -ldflags \"-s -w -X main.Version=$BUILD_VERSION\" -tags netgo -targets 'linux/amd64,linux/arm-6,linux/arm64' .", - 'mv /build/* /drone/src/release/', 'tree', + 'mv /build/* /drone/src/release/', ], }, { diff --git a/.drone.yml b/.drone.yml index 62a27ec..20bedb1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,8 +69,8 @@ steps: - "[ -z \"${DRONE_TAG}\" ] && BUILD_VERSION=${DRONE_COMMIT_SHA:0:8} || BUILD_VERSION=${DRONE_TAG##v}" - mkdir -p release/ - cd cmd/drone-github-comment && xgo -ldflags "-s -w -X main.Version=$BUILD_VERSION" -tags netgo -targets 'linux/amd64,linux/arm-6,linux/arm64' . - - mv /build/* /drone/src/release/ - tree + - mv /build/* /drone/src/release/ - name: executable image: alpine @@ -435,6 +435,6 @@ depends_on: --- kind: signature -hmac: 0d007f57486ff2d02d96a19946151cd30a3418d5d24f251728383580bfd4e720 +hmac: 647ad7d045ea85060bb354182833731c0c0485344c02805fd282faaa081001d5 ...