Skip to content

Commit

Permalink
Add script for enterprise main (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Jul 21, 2023
1 parent d9a3328 commit 7489da9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/drone_publish_main_enterprise.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env sh

go run ./cmd \
package \
--distro=linux/amd64 \
--distro=linux/arm64 \
--enterprise \
--grafana=false \
--build-id=${DRONE_BUILD_NUMBER} \
--grafana-dir=${GRAFANA_DIR} \
--github-token=${GITHUB_TOKEN} \
--destination=${DESTINATION}/${DRONE_BUILD_EVENT} \
--gcp-service-account-key-base64=${GCP_KEY_BASE64}

0 comments on commit 7489da9

Please sign in to comment.