Skip to content

Commit

Permalink
Support Macos Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh committed Sep 4, 2024
1 parent 5275929 commit e2dea0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64,linux/arm64,linux/arm64/v8

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64,linux/arm64/v8

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit e2dea0a

Please sign in to comment.