Skip to content

Commit

Permalink
Added macos image build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoori committed Nov 7, 2024
1 parent 0802f7a commit 4d56c11
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,16 @@ env:

jobs:
build:
strategy:
matrix:
include:
- builder: ubuntu-latest
platform: linux/amd64
- builder: macos-latest
platform: linux/arm64

runs-on: ${{ matrix.builder }}

runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -77,6 +85,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
platforms: ${{ matrix.platform }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit 4d56c11

Please sign in to comment.