Skip to content

Commit

Permalink
✨ feat(gradle-build.yml): Restore and update multi-platform matrix …
Browse files Browse the repository at this point in the history
…strategy for GitHub Actions workflow.
  • Loading branch information
vnobo committed Dec 16, 2024
1 parent d651066 commit baaba99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ env:
jobs:
boot-build-image:
runs-on: ubuntu-latest
# strategy:
# matrix:
# platform:
# - linux/amd64
# - linux/arm64
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64
permissions:
contents: read
packages: write
Expand Down

0 comments on commit baaba99

Please sign in to comment.