Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 1d7bcf2

Browse files
authored
rebuild drone config (#11)
1 parent e740a7b commit 1d7bcf2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ local PipelineBuildBinaries = {
8989
'mkdir -p release/',
9090
"cd cmd/drone-docker-buildx && xgo -ldflags \"-s -w -X main.version=$BUILD_VERSION\" -tags netgo -targets 'linux/amd64,linux/arm-6,linux/arm-7,linux/arm64' -out drone-docker-buildx .",
9191
'mv /build/* /drone/src/release/',
92-
'ls -l /drone/src/release/'
92+
'ls -l /drone/src/release/',
9393
],
9494
},
9595
{

.drone.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ steps:
6666
commands:
6767
- "[ -z \"${DRONE_TAG}\" ] && BUILD_VERSION=${DRONE_COMMIT_SHA:0:8} || BUILD_VERSION=${DRONE_TAG##v}"
6868
- mkdir -p release/
69-
- cd cmd/drone-docker-buildx && xgo -ldflags "-s -w -X main.version=$BUILD_VERSION" -tags netgo -targets 'linux/amd64,linux/arm-6,linux/arm64' -out drone-docker-buildx .
69+
- cd cmd/drone-docker-buildx && xgo -ldflags "-s -w -X main.version=$BUILD_VERSION" -tags netgo -targets 'linux/amd64,linux/arm-6,linux/arm-7,linux/arm64' -out drone-docker-buildx .
7070
- mv /build/* /drone/src/release/
71+
- ls -l /drone/src/release/
7172

7273
- name: executable
7374
image: alpine
@@ -388,6 +389,6 @@ depends_on:
388389

389390
---
390391
kind: signature
391-
hmac: 569c62e3b5bb765f163cddd2755319d8b1d3d10481ce5955ff8f4e7d54ce6ac4
392+
hmac: c19c718aab5069878ee662ea706da148d8e2f6a8d1ee5121e530d0988eafbf16
392393

393394
...

0 commit comments

Comments
 (0)