Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedvaziry committed Apr 2, 2024
1 parent f46eea8 commit 14b2c0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- name: Build
run: go build -v ./cmd/agent.go
- name: Build ARM64
run: GOOS=linux GOARCH=arm64 go build -o vitoagent_arm64 ./cmd/agent.go
- name: Build AMD64
run: GOOS=linux GOARCH=amd64 go build -o vitoagent_amd64 ./cmd/agent.go

0 comments on commit 14b2c0f

Please sign in to comment.