Skip to content
Merged
Show file tree
Hide file tree
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
38 changes: 1 addition & 37 deletions .github/workflows/release_build_infisical_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

goreleaser:
runs-on: ubuntu-latest-8-cores
needs: [goreleaser-windows] # For quick iteration, we're releasing Windows images first
# needs: [cli-integration-tests]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -151,39 +151,3 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.INFISICAL_CLI_REPO_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.INFISICAL_CLI_REPO_AWS_SECRET_ACCESS_KEY }}
CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.INFISICAL_CLI_REPO_CLOUDFRONT_DISTRIBUTION_ID }}

goreleaser-windows:
runs-on: windows-2022
# needs: [goreleaser]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Fetch all tags
run: git fetch --force --tags

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ">=1.19.3"
cache: true
cache-dependency-path: go.sum

- name: 🐋 Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: 🔧 Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser-pro
version: v1.26.2-pro
args: release --clean --config goreleaser-windows.yaml --skip-validate
env:
POSTHOG_API_KEY_FOR_CLI: ${{ secrets.POSTHOG_API_KEY_FOR_CLI }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
52 changes: 0 additions & 52 deletions .goreleaser-windows.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions docker/windows

This file was deleted.