Skip to content

Commit 991fb40

Browse files
committed
Revert "Attempt aarch64 build on self-hosted runner"
This reverts commit 3df5fc4.
1 parent 8326db3 commit 991fb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- { target: x86_64-apple-darwin , os: macos-latest , jreleaser_platform: osx-x86_64 }
7171
- { target: x86_64-pc-windows-msvc , os: windows-latest, jreleaser_platform: windows-x86_64 }
7272
- { target: x86_64-unknown-linux-gnu , os: self-hosted , jreleaser_platform: linux-x86_64 }
73-
- { target: aarch64-unknown-linux-gnu, os: self-hosted , use-cross: true, jreleaser_platform: linux-aarch_64 }
73+
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04 , use-cross: true, jreleaser_platform: linux-aarch_64 }
7474
runs-on: ${{ matrix.job.os }}
7575
steps:
7676
- name: Checkout

0 commit comments

Comments
 (0)