Skip to content

Instantly share code, notes, and snippets.

@dirien
Created February 5, 2022 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirien/2c47130db7f613c27f188ac5c9c123eb to your computer and use it in GitHub Desktop.
Save dirien/2c47130db7f613c27f188ac5c9c123eb to your computer and use it in GitHub Desktop.
goreleaser-cloud-native
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
  hooks:
    - go mod tidy
builds:
  - env:
      - CGO_ENABLED=0
    goos:
      - linux
      - darwin

release:
  disable: true
...

blobs:
  - provider: gs
    bucket: gorleaser-quickbites
  - provider: azblob
    bucket: gorleaser-quickbites
  - provider: s3
    bucket: gorleaser-quickbites
    region: eu-central-1
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment