

fix: docker multi-arch builds
@af214249c20093ec376ff96970d60d310de8b97e
--- Taskfile.yaml
+++ Taskfile.yaml
... | ... | @@ -12,9 +12,10 @@ |
12 | 12 |
sources: |
13 | 13 |
- Dockerfile.* |
14 | 14 |
- speaches/*.py |
15 |
+ create-multi-arch-builder: docker buildx create --name main --driver=docker-container |
|
15 | 16 |
build-and-push: |
16 | 17 |
cmds: |
17 |
- - docker buildx bake --push |
|
18 |
+ - docker compose build --builder main |
|
18 | 19 |
sources: |
19 | 20 |
- Dockerfile.* |
20 | 21 |
- speaches/*.py |
--- compose.yaml
+++ compose.yaml
... | ... | @@ -1,3 +1,4 @@ |
1 |
+# NOTE: arm images haven't been tested |
|
1 | 2 |
services: |
2 | 3 |
speaches-cuda: |
3 | 4 |
image: fedirz/speaches:cuda |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?