Skip to content

Commit

Permalink
Removed unneeded qemu for new approach
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgormly committed Nov 14, 2024
1 parent f426a98 commit dbd4bc5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- os: ubuntu-latest
platform: linux
arch: arm64
bao_url: https://github.com/openbao/openbao/releases/download/v2.0.1/bao_2.0.1_linux_arm64.deb
bao_url: https://github.com/openbao/openbao/releases/download/v2.0.1/bao_2.0.1_linux_amd64.deb
setup_qemu: true
- os: macos-latest
platform: darwin
Expand All @@ -33,10 +33,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up QEMU
if: matrix.setup_qemu
uses: docker/setup-qemu-action@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit dbd4bc5

Please sign in to comment.