Skip to content

Commit

Permalink
Update ci.yaml: perform native build
Browse files Browse the repository at this point in the history
  • Loading branch information
quaisx authored Sep 19, 2024
1 parent 27b5847 commit a89285c
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,23 +265,12 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.23 # The Go version to download (if necessary) and use.
- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
run: |
brew install docker
brew install colima
colima delete -f
colima start
- name: Install xgo
run: |
go install github.com/crazy-max/xgo@latest
xgo || true # check installation
- name: Build MacOS CLI
run: make build_macos_arm64_cli
- name: Build macos darwin/arm64
run: make build_cli
- uses: actions/upload-artifact@v3
with:
name: secretcli-macos-arm64
path: secretcli-macos-arm64
path: secretcli

Build-LocalSecret:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit a89285c

Please sign in to comment.