Skip to content
Open
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions docker/compose.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ services:
# required because current version of nassl cannot be compile for ARM (eg: Apple Silicon)
- "linux/amd64"

worker-scheduler:
build:
context: ..
dockerfile: docker/Dockerfile
target: app
platforms:
# required because current version of nassl cannot be compile for ARM (eg: Apple Silicon)
- "linux/amd64"

worker-slow:
build:
context: ..
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading