updated architecture
This commit is contained in:
parent
14bb24e33a
commit
a2dfe70f5a
@ -2,7 +2,7 @@ name: Deploy Matrix Bot
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches: [ "main" ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Build image
|
||||
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
|
||||
|
||||
- name: Stop and remove old container
|
||||
|
||||
Loading…
Reference in New Issue
Block a user