Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: docker run -d -p 5000:5000 --name registry --network=host registry:2

- name: Install Dibber
run: pip install dibber
run: pip install dibber==1.0.6 # TODO: Pinned until supporting parallel multi-platform builds

- name: Build images
run: dibber build-multiplatform --parallel 8
Expand Down
Loading