Skip to content

Commit 5f8519d

Browse files
committed
Use releaser plug in to generate binaries for both linux and mac os.
1 parent f8af3dc commit 5f8519d

File tree

3 files changed

+10
-208
lines changed

3 files changed

+10
-208
lines changed

.buildkite/pipeline.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ steps:
8888
# Post-Publish
8989
##############################
9090

91-
# This script will use the previously written version_wf file to update
92-
# the version inside of github, as well as create release notes with a
93-
# link back to the merged pull request.
94-
#- label: 'postbuild_tagrepo_update_releasenotes'
95-
# env:
96-
# # Use automatic versioning.
97-
# AUTOTAGREPO: true
98-
# # Collapse the new release with the previous release.
99-
# WF_COLLAPSERELEASE: true
100-
# command: 'workflow postbuild_tagrepo_update_releasenotes'
91+
- label: ':beer: tap'
92+
branches: master
93+
commands: |
94+
#!/bin/bash -e
95+
git clean -ffxdq
96+
docker run -t --rm --privileged \
97+
-v $$PWD:/src/github.com/sendgrid/aws-env \
98+
-w /src/github.com/sendgrid/aws-env \
99+
-e GITHUB_TOKEN=$$WF_GITHUB_TOKEN \
100+
goreleaser/goreleaser release

Gopkg.lock

Lines changed: 0 additions & 175 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)