Skip to content

Commit

Permalink
Fix runner and arch match during publication
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-szweda committed Oct 23, 2024
1 parent decacaa commit 9ba0f47
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner: [ubuntu-latest, Linux-ARM-Runner]
arch: [x86_64, arm_64]
include:
- runner: ubuntu-latest
arch: x86_64
- runner: Linux-ARM-Runner
arch: arm_64
needs: main-create-timestamp-and-tag
steps:
- name: "Checkout source code of the repository"
Expand Down

0 comments on commit 9ba0f47

Please sign in to comment.