|
@@ -32,7 +32,7 @@ jobs:
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
- platforms: linux/amd64,linux/arm64
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64/v7,linux/arm64/v8
|
|
push: true
|
|
push: true
|
|
tags: ftcaplan/matrix-stt-bot:latest
|
|
tags: ftcaplan/matrix-stt-bot:latest
|
|
-
|
|
-
|
|
@@ -40,7 +40,7 @@ jobs:
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
- platforms: linux/amd64,linux/arm64
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64/v7,linux/arm64/v8
|
|
push: true
|
|
push: true
|
|
tags: ftcaplan/matrix-stt-bot:tiny
|
|
tags: ftcaplan/matrix-stt-bot:tiny
|
|
build-args: |
|
|
build-args: |
|
|
@@ -50,27 +50,27 @@ jobs:
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
- platforms: linux/amd64,linux/arm64
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64/v7,linux/arm64/v8
|
|
push: true
|
|
push: true
|
|
- tags: ftcaplan/matrix-stt-bot:small
|
|
|
|
|
|
+ tags: ftcaplan/matrix-stt-bot:base
|
|
build-args: |
|
|
build-args: |
|
|
- "PRELOAD_MODEL=small"
|
|
|
|
|
|
+ "PRELOAD_MODEL=base"
|
|
-
|
|
-
|
|
name: Build and push
|
|
name: Build and push
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
- platforms: linux/amd64,linux/arm64
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64/v7,linux/arm64/v8
|
|
push: true
|
|
push: true
|
|
- tags: ftcaplan/matrix-stt-bot:base
|
|
|
|
|
|
+ tags: ftcaplan/matrix-stt-bot:small
|
|
build-args: |
|
|
build-args: |
|
|
- "PRELOAD_MODEL=base"
|
|
|
|
|
|
+ "PRELOAD_MODEL=small"
|
|
-
|
|
-
|
|
name: Build and push
|
|
name: Build and push
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
- platforms: linux/amd64,linux/arm64
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64/v7,linux/arm64/v8
|
|
push: true
|
|
push: true
|
|
tags: ftcaplan/matrix-stt-bot:medium
|
|
tags: ftcaplan/matrix-stt-bot:medium
|
|
build-args: |
|
|
build-args: |
|
|
@@ -80,7 +80,7 @@ jobs:
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
- platforms: linux/amd64,linux/arm64
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64/v7,linux/arm64/v8
|
|
push: true
|
|
push: true
|
|
tags: ftcaplan/matrix-stt-bot:large
|
|
tags: ftcaplan/matrix-stt-bot:large
|
|
build-args: |
|
|
build-args: |
|