fix docker buildx command
Some checks failed
Deploy Matrix Bot / deploy (push) Waiting to run
Docker Build / build (push) Failing after 13m1s

This commit is contained in:
shinya 2026-03-04 22:53:01 +01:00
parent 7a1693c38b
commit 6dc2c6caf5

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Build image
run: docker build -t matrix-bot:latest --build-arg TARGETOS=linux --build-arg TARGETARCH=arm64 .
run: docker buildx build --load -t matrix-bot:latest --build-arg TARGETOS=linux --build-arg TARGETARCH=arm64 .
- name: Stop and remove old container
run: |