Skip to content

Commit

Permalink
new short container name
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 8, 2024
1 parent 9108d11 commit f95aae0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 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-aarch64]
epics-target: [RTEMS-beatnik, linux-x86_64] # , linux-aarch64]
target: [developer, runtime]
include:
- epics-target: RTEMS-beatnik
Expand All @@ -29,12 +29,12 @@ jobs:
platform: linux/amd64
os: ubuntu-latest

- epics-target: linux-aarch64
epics-host: linux-aarch64
# a temporary name until multi-arch is supported
extension: -native-aarch64
platform: linux/arm64
os: ubuntu-latest
# - epics-target: linux-aarch64
# epics-host: linux-aarch64
# # a temporary name until multi-arch is supported
# extension: -native-aarch64
# platform: linux/arm64
# os: ubuntu-latest

runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit f95aae0

Please sign in to comment.