Skip to content

Commit

Permalink
CI: Add build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jul 20, 2023
1 parent 9201028 commit b48f4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-extract-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ jobs:

- name: Extract build artifact from build container - arm64 musl
uses: bbusse/actions-docker-extract@latest
id: extract_arm64
id: extract_arm64_musl
with:
image: "ghcr.io/bbusse/waystream-build-musl:latest"
path: "/usr/local/src/waystream/target/release/waystream"
platform: linux/arm64

- name: Compress build artifact - arm64
run: |
mv ${{ steps.extract_arm64.outputs.destination }}/waystream .
mv ${{ steps.extract_arm64_musl.outputs.destination }}/waystream .
tar cJf waystream-linux-arm64-musl-latest.tar.xz waystream
- name: Upload artifact - arm64
Expand Down

0 comments on commit b48f4fc

Please sign in to comment.