Skip to content

Commit

Permalink
Merge pull request #3 from CptOfEvilMinions/initial-cicd
Browse files Browse the repository at this point in the history
Update build cmd
  • Loading branch information
CptOfEvilMinions authored Dec 27, 2021
2 parents 31aaf06 + 49653f4 commit c9bf7f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
run: go mod download

######################################## Build osctrl component ########################################
- name: Create binary directory
run: mkdir ./bin

- name: Build osctrl-tls
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ./bin/osctrl-${{ matrix.components }}-${{ matrix.goos }}-${{ matrix.goarch }}.bin ./${{ matrix.components }}/main.go
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ./bin/osctrl-${{ matrix.components }}-${{ matrix.goos }}-${{ matrix.goarch }}.bin ./${{ matrix.components }}

######################################## Create ZIP of build artifacts ########################################
- name: Create ZIP of build artifacts
Expand Down

0 comments on commit c9bf7f2

Please sign in to comment.