Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed Jan 26, 2025
1 parent a81953a commit e9a9d72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
build-sniffer-arm64:
if: (github.event_name == 'push' && github.repository == 'otterize/network-mapper') || github.event.pull_request.head.repo.full_name == 'otterize/network-mapper'
name: Build
runs-on: macos-14
runs-on: depot-ubuntu-22.04-arm
outputs:
registry: ${{ steps.registry.outputs.registry }} # workaround since env is not available outside of steps, i.e. in calling external workflows like we later do in e2e-test

Expand All @@ -137,6 +137,10 @@ jobs:
with:
submodules: recursive

- name: Install Docker GitHub Actions



- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
Expand Down

0 comments on commit e9a9d72

Please sign in to comment.