Skip to content

Commit 6f48237

Browse files
committed
fix: remove platforms matrix
1 parent 54e3bcb commit 6f48237

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
jdk: [17.0.11_9, 11.0.23_9, 8u412-b08]
14-
platforms: [linux/amd64, linux/arm64/v8]
1514
steps:
1615
- name: Checkout
1716
uses: actions/checkout@v3
@@ -43,7 +42,7 @@ jobs:
4342
uses: docker/build-push-action@v3
4443
with:
4544
context: .
46-
platforms: ${{ matrix.platforms }}
45+
platforms: linux/amd64, linux/arm64/v8
4746
build-args: |
4847
JDKVER=${{ matrix.jdk }}
4948
TDVERSION=${{ steps.get_latest_tag.outputs.tag }}

0 commit comments

Comments
 (0)