summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-20 19:36:39 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-20 19:36:39 -0500
commit1e901623d552f520881596eb7e7dee394bcb726f (patch)
treeb4f2a216b3e4e59c539d4886e23e504b740c982c
parentedd7c32f6c95bc842cdf984af6906b0d0f93b5e4 (diff)
ci: [skip travis] some github actions stuff...0.5.0
-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