Skip to content

Commit

Permalink
Merge pull request #5 from conduktor/improve_release
Browse files Browse the repository at this point in the history
improve artifact
  • Loading branch information
strokyl authored Feb 14, 2024
2 parents a23d0db + 994fed8 commit d02ad43
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 25 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build-exec.yml

This file was deleted.

17 changes: 15 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,21 @@ jobs:
run: ./test_final_exec.sh
build-exec:
needs: [unit-test, integration-test]
name: Build exec
uses: ./.github/workflows/build-exec.yml
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/[email protected]
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.22.0"
project_path: "./"
binary_name: "conduktor"
build-docker:
name: Build and publish conduktorctl images
uses: ./.github/workflows/build-docker.yml
Expand Down

0 comments on commit d02ad43

Please sign in to comment.