Skip to content

Split up runners

Split up runners #27

Workflow file for this run

name: Create and publish AEM images
on: [push]
env:
registry: ghcr.io
image_name: ${{ github.repository }}
aem_sdk_version: 2024.10.18459.20241031T210302Z-241000
jobs:
build-images:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- run: |
uname -a
echo ${{ env.registry }}/${{ env.image_name }}:${{ env.aem_sdk_version }}