Skip to content

Commit 5f2a75b

Browse files
committed
try matrix again
1 parent 927778a commit 5f2a75b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix: ${{ steps.set-matrix.outputs.matrix }}
1313
steps:
1414
- id: set-matrix
15-
run: echo "name=matrix::{\"include\":[{\"type\":\"amd64\",\"image\":\"amazon/aws-lambda-provided:al2\", \"arch\":\"x86_64\"},{\"type\":\"arm64\",\"image\":\"amazon/aws-lambda-provided:al2.2025.07.17.11-arm64\", \"arch\":\"arm64\"}] }"
15+
run: echo "matrix={\"include\":[{\"type\":\"amd64\",\"image\":\"amazon/aws-lambda-provided:al2\", \"arch\":\"x86_64\"},{\"type\":\"arm64\",\"image\":\"amazon/aws-lambda-provided:al2.2025.07.17.11-arm64\", \"arch\":\"arm64\"}] }" >> $GITHUB_OUTPUT
1616

1717

1818
containers:
@@ -84,7 +84,6 @@ jobs:
8484
with:
8585
images: |
8686
ghcr.io/pdal/pdal
87-
docker.io/pdal/pdal
8887
tags: |
8988
type=ref,event=branch
9089
type=ref,event=pr

0 commit comments

Comments
 (0)