|
@@ -71,6 +71,9 @@ jobs:
|
|
|
matrix:
|
|
matrix:
|
|
|
platform: ${{ fromJson(needs.prepare.outputs.matrix) }}
|
|
platform: ${{ fromJson(needs.prepare.outputs.matrix) }}
|
|
|
steps:
|
|
steps:
|
|
|
|
|
+ -
|
|
|
|
|
+ name: Checkout
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
-
|
|
-
|
|
|
name: Prepare
|
|
name: Prepare
|
|
|
run: |
|
|
run: |
|
|
@@ -86,6 +89,7 @@ jobs:
|
|
|
name: Build
|
|
name: Build
|
|
|
uses: docker/bake-action@v6
|
|
uses: docker/bake-action@v6
|
|
|
with:
|
|
with:
|
|
|
|
|
+ source: .
|
|
|
targets: release
|
|
targets: release
|
|
|
set: |
|
|
set: |
|
|
|
*.platform=${{ matrix.platform }}
|
|
*.platform=${{ matrix.platform }}
|