Skip to content

Commit

Permalink
wip: fix rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-sakhnov committed Dec 10, 2024
1 parent 95c7628 commit 7dd8a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vm-kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
env:
VM_KERNEL_IMAGE: ${{format('neondatabase/vm-kernel-{0}', inputs.arch)}}

runs-on: [ self-hosted, gen3, large ]
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'large-arm64' || 'large')) }}
steps:
- name: git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7dd8a3d

Please sign in to comment.