Skip to content

Commit b9e8daf

Browse files
committed
try to run ruby release on self-hosted arm agent
1 parent 32aae19 commit b9e8daf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ jobs:
419419
target: arm-unknown-linux-gnueabihf
420420

421421
name: Linux - ${{ matrix.build-arch }}
422-
runs-on: ubuntu-latest
422+
runs-on: self-hosted
423423

424424
steps:
425425
- uses: AutoModality/action-clean@v1
@@ -428,11 +428,6 @@ jobs:
428428
with:
429429
submodules: recursive
430430

431-
- if: matrix.build-arch == 'aarch64'
432-
uses: docker/setup-qemu-action@v1
433-
with:
434-
platforms: arm64
435-
436431
- uses: ruby/setup-ruby@v1
437432
env:
438433
ImageOS: ubuntu20

0 commit comments

Comments
 (0)