updated architecture
This commit is contained in:
parent
14bb24e33a
commit
a2dfe70f5a
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user