Skip to content

Commit

Permalink
ci: keep the Linux x86_64 plugin around
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed Sep 15, 2022
1 parent 544df7b commit d137675
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ jobs:
RUST_BACKTRACE: 1
shell: bash
run: |
set -x
# set +e
# set +o pipefail
# Keep the Linux x86_64 build artifact around since
# we'll be clearing it to build the ARM64 artifact
cp target/release/libplugin.so .
target=aarch64-unknown-linux-gnu
arm64_cargo_config=$(cat <<CONFIG
[build]
Expand Down Expand Up @@ -132,6 +133,9 @@ jobs:
echo "Failed to build Linux ARM64 target"
fi
# Put the x86_64 build artifact back
install -D libplugin.so target/release/libplugin.so
- name: Release Plugin
uses: softprops/action-gh-release@master
env:
Expand Down

0 comments on commit d137675

Please sign in to comment.