Skip to content

Commit e0d70b0

Browse files
committed
Merge remote-tracking branch 'origin/main' into docker
2 parents 44c4ce4 + 43a9a6c commit e0d70b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
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 "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
15+
run: echo "::set-output 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\"}] }"
1616

1717

1818
containers:
@@ -96,6 +96,9 @@ jobs:
9696
- name: Build image
9797
uses: docker/build-push-action@v6
9898
id: push
99+
100+
- name: Build image
101+
uses: docker/build-push-action@v6
99102
with:
100103
push: ${{ env.PUSH_PACKAGES == 'true' }}
101104
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)