Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmaliy authored Oct 21, 2021
1 parent ffb1e42 commit 046a80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64
# build and publish in parallel: linux/amd64, windows/amd64, darwin/amd64
goos: [linux, windows, darwin]
goarch: [amd64]
steps:
Expand All @@ -23,6 +23,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.17.1.linux-amd64.tar.gz"
extra_files: LICENSE README.md
ldflags: -X "github.com/Peripli/service-manager-cli/internal/cmd/version.GitCommit=${{ env.GIT_COMMIT }}" -X "github.com/Peripli/service-manager-cli/internal/cmd/version.Version=${{ env.APP_VERSION }}"

0 comments on commit 046a80b

Please sign in to comment.