We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63736da commit 599e9aaCopy full SHA for 599e9aa
.cargo/config.toml
@@ -0,0 +1,2 @@
1
+[target.aarch64-unknown-linux-gnu]
2
+linker = "aarch64-linux-gnu-gcc"
.github/workflows/build.yml
@@ -42,11 +42,11 @@ jobs:
42
with:
43
name: rops-arm64-
44
if-no-files-found: error
45
- path: rops/target/aarch64-unknown-linux-gnu/release/rops
+ path: target/aarch64-unknown-linux-gnu/release/rops
46
47
release:
48
name: Release rops binary
49
- needs: [rops-build-amd64, rops-build-arm64]
+ needs: [build-amd64, build-arm64]
50
runs-on: ubuntu-latest
51
permissions:
52
contents: write
0 commit comments