Skip to content

Commit 038a91d

Browse files
yvtthe-mikedavis
authored andcommitted
chore(ci): build binary for aarch64-linux
1 parent 1fc97a9 commit 038a91d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
rust: stable
5050
target: x86_64-unknown-linux-gnu
5151
cross: false
52-
# - build: aarch64-linux
53-
# os: ubuntu-20.04
54-
# rust: stable
55-
# target: aarch64-unknown-linux-gnu
56-
# cross: true
52+
- build: aarch64-linux
53+
os: ubuntu-20.04
54+
rust: stable
55+
target: aarch64-unknown-linux-gnu
56+
cross: true
5757
- build: x86_64-macos
5858
os: macos-latest
5959
rust: stable

0 commit comments

Comments
 (0)