Skip to content

Commit

Permalink
Adds an (macos) arm build to the earthly build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dsobek committed Sep 5, 2024
1 parent c3b3575 commit 6a83a9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/earthly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ on:
schedule:
- cron: '0 11 * * *'
jobs:
matrix:
os: [ubuntu-latest, macos-latest]
build-testing-results:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -30,7 +32,7 @@ jobs:
path: log/build_results_archives/${{env.archivename}}
if-no-files-found: error
space-ros-image:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6a83a9d

Please sign in to comment.