Skip to content

Commit

Permalink
update bsp image, remove macos
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 7, 2024
1 parent 0b843ca commit 9a79bc3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
strategy:
fail-fast: false
matrix:
epics-target: [RTEMS-beatnik, linux-x86_64, linux-arm]
epics-target: [RTEMS-beatnik, linux-x86_64]
target: [developer, runtime]
include:
- epics-target: RTEMS-beatnik
epics-host: linux-x86_64
image_name: rtems-beatnik
base_image: ghcr.io/epics-containers/rtems-bsp-runtime:6.1rc2
base_image: ghcr.io/epics-containers/rtems-beatnik-runtime:6.1rc2
os: ubuntu-latest
platform: linux/amd64

Expand All @@ -31,22 +31,22 @@ jobs:
os: ubuntu-latest
platform: linux/amd64

- epics-target: linux-arm
epics-host: linux-arm
image_name: linux
base_image: ubuntu:22.04
os: macos-12-xl
platform: linux/arm64
# - epics-target: linux-arm
# epics-host: linux-arm
# image_name: linux
# base_image: ubuntu:22.04
# os: macos-12-xl
# platform: linux/arm64

runs-on: ${{ matrix.os }}
env:
TAG: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-${{ matrix.image_name }}-${{ matrix.target }}:${{ github.ref_name }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

fetch-depth: 1

- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
Expand Down

0 comments on commit 9a79bc3

Please sign in to comment.