Skip to content

Commit

Permalink
remove arm
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 7, 2024
1 parent ea177d9 commit 35a83ae
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 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] # , linux-arm
target: [developer, runtime]
include:
- epics-target: RTEMS-beatnik
Expand All @@ -29,12 +29,12 @@ jobs:
os: ubuntu-latest
platform: linux/amd64

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

runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -89,6 +89,7 @@ jobs:
TARGET_ARCHITECTURE=${{ matrix.epics-target }}
EPICS_HOST_ARCH=${{ matrix.epics-host }}
IMAGE_NAME=${{ matrix.image_name }}
tags: ${{ env.TAG }}
push: true

release:
Expand Down

0 comments on commit 35a83ae

Please sign in to comment.