Skip to content

Commit

Permalink
Use original Env setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 16, 2024
1 parent d466279 commit 20ecb12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
environment: production

strategy:
max-parallel: 3
max-parallel: 4
matrix:
platform:
- PackageLinuxRaspberryImage
- PackageLinuxAmd64
- PackageLinuxArm
- PackageLinuxDebianAmd64
- PackageLinuxDebianArm64
- PackageLinuxDebianArm
- PackageLinuxRaspberryImage
- PackageMacOSAmd64
- PackageMacOSArm64
- PackageWindowsAmd64
Expand All @@ -53,6 +53,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Generate Env
run: go run mage.go -v GenerateEnvFile

Expand Down

0 comments on commit 20ecb12

Please sign in to comment.