Skip to content

Commit 0e75874

Browse files
committed
Don't use buildx
1 parent 30f7185 commit 0e75874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
if: ${{ startsWith(matrix.dockerfile, 'client') }}
6868
run: |
6969
cd "$(dirname ${{ matrix.dockerfile }})"
70-
docker buildx build --platform linux/amd64 . --file dockerfile
70+
docker build . --file Dockerfile

0 commit comments

Comments
 (0)