Skip to content

Commit

Permalink
ci: try adding arm with linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhilt committed Oct 3, 2024
1 parent 2f2f256 commit 17ed4c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
# runner: ubuntu-latest
# target: riscv64gc-unknown-linux-gnu
# command: cross
# - name: Linux-arm64
# runner: ubuntu-latest
# target: aarch64-unknown-linux-gnu
# command: cross
- name: Linux-arm64
runner: ubuntu-latest
target: aarch64-unknown-linux-gnu
command: cargo
- name: MacOS-amd64
runner: macos-latest
target: x86_64-apple-darwin
Expand Down
8 changes: 0 additions & 8 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@ pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH protobuf-compiler",
]

[target.aarch64-unknown-linux-gnu]
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge"
# add depency for reqwest that use openssl and protobuf for celestia
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH protobuf-compiler",
]

0 comments on commit 17ed4c4

Please sign in to comment.