Skip to content

Commit

Permalink
[aarch64 support] debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ktatarnikov committed Jan 2, 2025
1 parent f8b65a0 commit b7626e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: hiro-microdatacenters-bv/rhio
IMAGE_NAME: ${{ github.ref == 'refs/heads/main' && 'hiro-microdatacenters-bv/rhio' || 'hiro-microdatacenters-bv/rhio-dev' }}
HELM_CHART_TARGET_DIR: ${{ github.ref == 'refs/heads/main' && './helm-charts' || './dev' }}
BRANCH_NAME: ${GITHUB_REF##*/}

Expand Down Expand Up @@ -111,10 +111,12 @@ jobs:
- linux/amd64
- linux/arm64
isPR:
- ${{github.event_name == 'pull_request'}}
- ${{github.event_name == 'pull_request'}}

exclude:
- isPR: true
platform: "linux/arm64"
include:
- platform: "linux/amd64"

defaults:
run:
Expand Down

0 comments on commit b7626e8

Please sign in to comment.