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 f95aae0 commit a93d43e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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 Expand Up @@ -98,9 +98,9 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
runs-on: ubuntu-latest

# this job runs in the (linux) developer container we just made
# this job runs in the native developer container we just made
container:
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-linux-developer:${{ github.ref_name }}
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-developer:${{ github.ref_name }}

steps:
- name: generate-schema
Expand Down

0 comments on commit a93d43e

Please sign in to comment.