Skip to content

Commit

Permalink
Merge pull request #2 from CptOfEvilMinions/initial-cicd
Browse files Browse the repository at this point in the history
Updated build
  • Loading branch information
CptOfEvilMinions authored Dec 27, 2021
2 parents 97e1a28 + 41a68cb commit 31aaf06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
run: go mod download

######################################## Build osctrl component ########################################
- name: Build osctrl-tls
- 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

######################################## Create ZIP of build artifacts ########################################
Expand Down

0 comments on commit 31aaf06

Please sign in to comment.