Skip to content

Commit

Permalink
wip4
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaveas committed Jun 4, 2024
1 parent 829fec0 commit 42d98cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-image-and-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
arch: [amd64]
os: [ubuntu-latest, macos-latest]
arch: [amd64, arm64]
exclude:
- {os: "ubuntu-latest", arch: "arm64"}

Expand Down

0 comments on commit 42d98cc

Please sign in to comment.