Skip to content

Commit

Permalink
remove arm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 7, 2024
1 parent 8d491d0 commit feb3a69
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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
Expand All @@ -29,13 +29,6 @@ jobs:
os: ubuntu-latest
platform: linux/amd64

- epics-target: linux-arm
epics-host: linux-arm
image_name: linux
os: ubuntu-latest
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 }}
Expand Down

0 comments on commit feb3a69

Please sign in to comment.