Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
WIP: experiment using macos builders
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 6, 2024
1 parent 82adf64 commit 0af579c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,24 @@ concurrency:

jobs:
task:
name: ${{ matrix.command }}
runs-on: ubuntu-22.04
name: ${{ matrix.name || matrix.command }}
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
command:
- lint
- build

os:
- ubuntu-22.04
include:
- command: build
os: macos-14
name: build@macos
env:
# We use this option only on release pipeline due to the heavy cost
EXTRA_OPTS: --platform=linux/amd64,linux/arm64
EXTRA_OPTS: ""
EXPECTED_IMAGES: 2

steps:
Expand Down

0 comments on commit 0af579c

Please sign in to comment.