Skip to content

Commit

Permalink
Parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Aug 27, 2024
1 parent 461d0ad commit 9a43aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
mkdir -p target/cross/${{ matrix.platform }}
docker build --builder ${{ steps.builder1.outputs.name }} \
--platform $platform \
--platform ${{ matrix.platform }} \
-f docker/Dockerfile.xx \
--output type=local,dest=target/cross/${{ matrix.platform }} .
--output type=local,dest=target/cross/${{ matrix.platform }} ./
- name: list files
run: find target/cross/
Expand Down

0 comments on commit 9a43aca

Please sign in to comment.