Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Bornholm authored and Ben Bornholm committed Dec 27, 2021
1 parent be8eed8 commit 41a68cb
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 41a68cb

Please sign in to comment.