updated architecture
Some checks failed
Deploy Matrix Bot / deploy (push) Waiting to run
Docker Build / build (push) Has been cancelled

This commit is contained in:
shinya 2026-05-04 15:09:43 +02:00
parent 14bb24e33a
commit a2dfe70f5a

View File

@ -2,7 +2,7 @@ name: Deploy Matrix Bot
on: on:
push: push:
branches: ["main"] branches: [ "main" ]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -17,7 +17,7 @@ jobs:
- name: Build image - name: Build image
run: | run: |
docker build -t matrix-bot:latest --build-arg TARGETOS=linux --build-arg TARGETARCH=arm64 . docker build -t matrix-bot:latest --build-arg TARGETOS=linux --build-arg TARGETARCH=amd64 .
docker image inspect matrix-bot:latest docker image inspect matrix-bot:latest
- name: Stop and remove old container - name: Stop and remove old container