Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: make drone #629

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platform:
os: linux
steps:
- commands:
- export IMAGE_TAG=${DRONE_TAG##build-image/v}
- export IMAGE_TAG=${DRONE_TAG##build-image/}
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- docker buildx create --name multiarch --driver docker-container --use
Expand Down Expand Up @@ -40,7 +40,7 @@ platform:
os: linux
steps:
- commands:
- export IMAGE_TAG=${DRONE_TAG##build-image/v}-boringcrypto
- export IMAGE_TAG=${DRONE_TAG##build-image/}-boringcrypto
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- docker buildx create --name multiarch --driver docker-container --use
Expand Down Expand Up @@ -76,7 +76,7 @@ platform:
version: "1809"
steps:
- commands:
- $IMAGE_TAG="${DRONE_TAG##build-image/v}-windows"
- $IMAGE_TAG="${DRONE_TAG##build-image/}-windows"
- docker login -u $Env:DOCKER_LOGIN -p $Env:DOCKER_PASSWORD
- docker build -t grafana/alloy-build-image:$IMAGE_TAG ./tools/build-image/windows
- docker push grafana/alloy-build-image:$IMAGE_TAG
Expand Down Expand Up @@ -667,6 +667,6 @@ kind: secret
name: updater_private_key
---
kind: signature
hmac: b8a4493d643d2f8f0f8fac5bfa627473eb28219f7a6e6a623366c35b7e549e08
hmac: 335ecdc1356eb2f7f792d3055147a781d66bd3071c3dab334e82d60fd9cfedf5

...
Loading