Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Macedo <camila.macedo@foundries.io>
  • Loading branch information
camilamacedo86 committed Oct 2, 2023
1 parent 03363fa commit aea546d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:
go-version: '~1.19'

- name: Build All Binaries
run: make
run: make build

- name: Archive Binaries
uses: actions/upload-artifact@v2
with:
name: binaries
path: bin/
retention-days: 1

test:
needs: build-binaries
Expand Down Expand Up @@ -60,11 +61,6 @@ jobs:
if: runner.os != 'Windows'
run: chmod +x ./bin/${{ matrix.binary }}

- name: Install QEMU user static
if: matrix.qemu
run: sudo apt-get update && sudo apt-get install -y qemu-user-static
shell: bash

- name: Verify binary
run: |
if ("${{ matrix.qemu }}" -eq "true") {
Expand Down

0 comments on commit aea546d

Please sign in to comment.