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 166f235 commit 394a55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: false
use-cross: true
command: build
args: --target armv7-unknown-linux-gnueabihf --release --all-features

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
push: true
tags: ghcr.io/bbusse/waystream-build-musl:latest
build-args: |
TARGET=aarch64-unknown-linux-musl
TARGET="--target aarch64-unknown-linux-musl"
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 394a55d

Please sign in to comment.