Skip to content

Commit

Permalink
✨ feat(gradle-build.yml): Add support for multi-platform builds in …
Browse files Browse the repository at this point in the history
…GitHub Actions workflow.
  • Loading branch information
vnobo committed Dec 16, 2024
1 parent 9802936 commit be1828c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ env:
DOCKER_REGISTRY: alexbob
jobs:
boot-build-image:
runs-on: ubuntu-latest
name: Boot build image on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit be1828c

Please sign in to comment.