pyed / transmission-telegram

Control your Transmission through a Telegram bot
Apache License 2.0
288 stars 47 forks source link

Fixing the Docker image assembly #44

Closed uPagge closed 10 months ago

uPagge commented 10 months ago

I wanted to build an image for another architecture, but I encountered the following problem:

Снимок экрана 2024-01-28 в 11 06 20

I suggest the following fix for this problem

uPagge commented 10 months ago

Also, I'd get away

ENV GOOS=linux \
    GOARCH=amd64

So that you can build an image for the right platform using buildx