Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
ci: fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Jan 16, 2023
1 parent f83cc66 commit e4ad054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:latest
ARG TARGETOS
ARG TARGETARCH

ENV TARGETOS TARGETOS
ENV TARGETARCH TARGETARCH
ENV TARGETOS ${TARGETOS}
ENV TARGETARCH ${TARGETARCH}

COPY ./packages/${TARGETARCH}-${TARGETOS} /app/
RUN chmod +x /app/${TARGETARCH}-${TARGETOS}
Expand Down

0 comments on commit e4ad054

Please sign in to comment.