Skip to content

Commit

Permalink
exclude cross compile runtime targets
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 16, 2024
1 parent 8513f97 commit df57edf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
base_image: ubuntu:22.04
platform: linux/amd64

exclude:
# only native images need a runtime target
- epics-target: RTEMS-beatnik
target: runtime

runs-on: ${{ matrix.os }}
env:
TAG: ghcr.io/${{ github.repository_owner }}/${{ matrix.name }}-${{ matrix.target }}:${{ github.ref_name }}
Expand Down

0 comments on commit df57edf

Please sign in to comment.