Skip to content

Commit

Permalink
tidy up build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 19, 2024
1 parent 9728e8f commit 7a8b96b
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,26 @@ jobs:
fail-fast: false
matrix:
epics-target: [RTEMS-beatnik, linux-x86_64, linux-aarch64]
os: [ubuntu-latest]
include:
- epics-target: RTEMS-beatnik
epics-host: linux-x86_64
name: epics-base-rtems-beatnik
base_image: ghcr.io/epics-containers/rtems-beatnik-runtime:6.1rc2
platform: linux/amd64
target: developer
- os: ubuntu-latest # everyone is on os-latest

# native linux compile
- epics-target: linux-x86_64
epics-host: linux-x86_64
name: epics-base
base_image: ubuntu:22.04
platform: linux/amd64
target: runtime

# cross compile for RTEMS to VME5500 (power pc beatnik)
- epics-target: RTEMS-beatnik
epics-host: linux-x86_64
name: epics-base-rtems-beatnik
base_image: ghcr.io/epics-containers/rtems-beatnik-runtime:6.1rc2
platform: linux/amd64
target: developer

# cross compile to arm64
- epics-target: linux-aarch64
epics-host: linux-x86_64
name: epics-base-aarch64
Expand Down

0 comments on commit 7a8b96b

Please sign in to comment.