summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cargo/config.toml8
-rw-r--r--.github/workflows/deploy.yml2
2 files changed, 8 insertions, 2 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 811ae258..6350f283 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -5,4 +5,10 @@ rustflags = ["-C", "target-feature=+crt-static"]
rustflags = ["-C", "target-feature=+crt-static"]
[target.armv7-unknown-linux-gnueabihf]
-linker = "arm-linux-gnueabihf-gcc" \ No newline at end of file
+linker = "arm-linux-gnueabihf-gcc"
+
+[target.aarch64-unknown-linux-gnu]
+linker = "aarch64-linux-gnu-gcc"
+
+[target.aarch64-unknown-linux-musl]
+linker = "aarch64-linux-musl-gcc" \ No newline at end of file
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index b551c677..206d0f19 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set env
- run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}
+ run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Test env
run: |
echo $RELEASE_VERSION