Skip to content

Commit 49138b8

Browse files
committed
Fix CI Docker Buildx
closes #5678 No functional change
1 parent ce2d9e2 commit 49138b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Build Docker container
140140
if: matrix.config.base_image
141141
run: |
142-
docker buildx build --load -t sf_builder - << EOF
142+
docker buildx build --platform ${{ matrix.config.platform }} --load -t sf_builder - << EOF
143143
FROM ${{ matrix.config.base_image }}
144144
WORKDIR /app
145145
RUN apk update && apk add make g++

0 commit comments

Comments
 (0)