Skip to content

Commit

Permalink
try to run ruby release on self-hosted arm agent
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Feb 21, 2023
1 parent 32aae19 commit b9e8daf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ jobs:
target: arm-unknown-linux-gnueabihf

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

steps:
- uses: AutoModality/action-clean@v1
Expand All @@ -428,11 +428,6 @@ jobs:
with:
submodules: recursive

- if: matrix.build-arch == 'aarch64'
uses: docker/setup-qemu-action@v1
with:
platforms: arm64

- uses: ruby/setup-ruby@v1
env:
ImageOS: ubuntu20
Expand Down

0 comments on commit b9e8daf

Please sign in to comment.