Skip to content

Commit

Permalink
macos runner does not have docker!
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Nov 21, 2024
1 parent d750287 commit a4ab742
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [macos-latest, ubuntu-latest] # Use macOS for ARM64 and Ubuntu for AMD64
platform: [linux/arm64, linux/amd64] # Build for both architectures
max-parallel: 2 # Build both architectures in parallel
outputs:
Expand Down

0 comments on commit a4ab742

Please sign in to comment.