Skip to content

Commit

Permalink
refactor: enhance nightly build workflow with platform-specific runne…
Browse files Browse the repository at this point in the history
…r configurations
  • Loading branch information
tphakala committed Jan 23, 2025
1 parent 90cc235 commit 8e93d5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
platform: [linux/amd64, linux/arm64]
include:
- platform: linux/amd64
runner: ubuntu-24.04
- platform: linux/arm64
runner: ubuntu-24.04-arm64

steps:
- name: Checkout code
Expand Down

0 comments on commit 8e93d5e

Please sign in to comment.