Skip to content

Commit

Permalink
add alpine build
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
  • Loading branch information
jprendes committed Aug 7, 2023
1 parent 4992d3c commit a87ed8b
Show file tree
Hide file tree
Showing 8 changed files with 653 additions and 164 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Setup buildx
run: docker buildx create --use
- name: build binaries
run: docker buildx bake --set *.cache-from=type=gha,scope=buildkit-release-${CRATE} --set *.cache-to=type=gha,scope=buildkit-release-${CRATE} release-tars
run: docker buildx bake --set *.cache-from=type=gha,scope=buildkit-release-${CRATE} --set *.cache-to=type=gha,scope=buildkit-release-${CRATE} tar-cross
env:
CRATE: ${{ needs.generate.outputs.crate }}
- name: upload binary as GitHub artifact
Expand Down
Loading

0 comments on commit a87ed8b

Please sign in to comment.