|
@@ -34,104 +34,4 @@ jobs:
|
|
|
context: .
|
|
|
platforms: linux/amd64,linux/arm64/v8
|
|
|
push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:latest
|
|
|
- -
|
|
|
- name: Build and push
|
|
|
- uses: docker/build-push-action@v6
|
|
|
- with:
|
|
|
- context: .
|
|
|
- platforms: linux/amd64,linux/arm64/v8
|
|
|
- push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:tiny
|
|
|
- build-args: |
|
|
|
- "PRELOAD_MODEL=tiny"
|
|
|
- -
|
|
|
- name: Build and push
|
|
|
- uses: docker/build-push-action@v6
|
|
|
- with:
|
|
|
- context: .
|
|
|
- platforms: linux/amd64,linux/arm64/v8
|
|
|
- push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:tiny-q5_1
|
|
|
- build-args: |
|
|
|
- "PRELOAD_MODEL=tiny-q5_1"
|
|
|
- -
|
|
|
- name: Build and push
|
|
|
- uses: docker/build-push-action@v6
|
|
|
- with:
|
|
|
- context: .
|
|
|
- platforms: linux/amd64,linux/arm64/v8
|
|
|
- push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:base
|
|
|
- build-args: |
|
|
|
- "PRELOAD_MODEL=base"
|
|
|
- -
|
|
|
- name: Build and push
|
|
|
- uses: docker/build-push-action@v6
|
|
|
- with:
|
|
|
- context: .
|
|
|
- platforms: linux/amd64,linux/arm64/v8
|
|
|
- push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:base-q5_1
|
|
|
- build-args: |
|
|
|
- "PRELOAD_MODEL=base-q5_1"
|
|
|
- -
|
|
|
- name: Build and push
|
|
|
- uses: docker/build-push-action@v6
|
|
|
- with:
|
|
|
- context: .
|
|
|
- platforms: linux/amd64,linux/arm64/v8
|
|
|
- push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:small
|
|
|
- build-args: |
|
|
|
- "PRELOAD_MODEL=small"
|
|
|
- -
|
|
|
- name: Build and push
|
|
|
- uses: docker/build-push-action@v6
|
|
|
- with:
|
|
|
- context: .
|
|
|
- platforms: linux/amd64,linux/arm64/v8
|
|
|
- push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:small-q5_1
|
|
|
- build-args: |
|
|
|
- "PRELOAD_MODEL=small-q5_1"
|
|
|
- -
|
|
|
- name: Build and push
|
|
|
- uses: docker/build-push-action@v6
|
|
|
- with:
|
|
|
- context: .
|
|
|
- platforms: linux/amd64,linux/arm64/v8
|
|
|
- push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:medium-q5_0
|
|
|
- build-args: |
|
|
|
- "PRELOAD_MODEL=medium-q5_0"
|
|
|
- -
|
|
|
- name: Build and push
|
|
|
- uses: docker/build-push-action@v6
|
|
|
- with:
|
|
|
- context: .
|
|
|
- platforms: linux/amd64,linux/arm64/v8
|
|
|
- push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:large-v3-q5_0
|
|
|
- build-args: |
|
|
|
- "PRELOAD_MODEL=large-v3-q5_0"
|
|
|
- -
|
|
|
- name: Build and push
|
|
|
- uses: docker/build-push-action@v6
|
|
|
- with:
|
|
|
- context: .
|
|
|
- platforms: linux/amd64,linux/arm64/v8
|
|
|
- push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:large-v3-turbo
|
|
|
- build-args: |
|
|
|
- "PRELOAD_MODEL=large-v3-turbo"
|
|
|
- -
|
|
|
- name: Build and push
|
|
|
- uses: docker/build-push-action@v6
|
|
|
- with:
|
|
|
- context: .
|
|
|
- platforms: linux/amd64,linux/arm64/v8
|
|
|
- push: true
|
|
|
- tags: ftcaplan/matrix-stt-bot:large-v3-turbo-q5_0
|
|
|
- build-args: |
|
|
|
- "PRELOAD_MODEL=large-v3-turbo-q5_0"
|
|
|
+ tags: ftcaplan/matrix-stt-bot:latest
|