Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
morooi committed Jul 20, 2023
1 parent 8eab739 commit 771d74d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM --platform=$TARGETPLATFORM alpine:latest
MAINTAINER SJ Zhou <[email protected]>

ARG TARGETOS
ARG TARGETARCH

WORKDIR /app
COPY asset/bot-$TARGETOS-$TARGETARCH /app/bot
COPY telegram.db /app/telegram.db
Expand Down

0 comments on commit 771d74d

Please sign in to comment.