Skip to content

Commit

Permalink
wip: adds platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 9, 2023
1 parent b30753f commit b716de5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
earthfile: ${{ fromJson(needs.discover.outputs.json) }}
steps:
- uses: actions/checkout@v3
Expand All @@ -51,4 +53,5 @@ jobs:
with:
earthfile: ${{ matrix.earthfile }}
target: ${{ env.EARTHLY_TARGET }}
flags: --platform ${{ matrix.platform }}
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}

0 comments on commit b716de5

Please sign in to comment.