Skip to content

Commit

Permalink
ci: add release action
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Sep 1, 2024
1 parent 58698ee commit 01f82e6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
target:
- aarch64-unknown-linux-musl
- armv7-unknown-linux-musleabihf
- arm-unknown-linux-musleabihf
- arm-unknown-linux-musleabi
# - arm-unknown-linux-musleabihf
# - arm-unknown-linux-musleabi
- x86_64-unknown-linux-musl
- i686-unknown-linux-musl
- riscv64gc-unknown-linux-gnu
Expand Down Expand Up @@ -72,6 +72,11 @@ jobs:
merge-multiple: true
- name: List Binaries
run: find build/binaries
- name: Release
uses: softprops/action-gh-release@v2
with:
draft: true
files: build/binaries/*

# bakery_metadata:
# name: Bakery Image Metedata
Expand Down

0 comments on commit 01f82e6

Please sign in to comment.