Skip to content

Commit

Permalink
πŸ• Update ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Fitz Abucay <ffimnsr@gmail.com>
  • Loading branch information
ffimnsr committed Sep 5, 2024
1 parent b41a066 commit 3005297
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build-push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,15 @@ jobs:
strategy:
matrix:
build:
- linux
- linux-arm
- stable-musl
- stable-x86-gnu
- stable-arm-gnueabihf
- stable-armv7-gnueabihf
- stable-armv7-musleabihf
- stable-armv7-musleabi
- stable-aarch64
- stable-powerpc64
- stable-s390x
- macos
- win-msvc
- win-gnu
Expand Down Expand Up @@ -275,7 +282,7 @@ jobs:
build-release-image:
runs-on: ubuntu-latest
needs:
- build-release-package
- create-release
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 3005297

Please sign in to comment.