Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Sep 9, 2024
1 parent caefe1e commit 9c582ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

# https://hub.docker.com/_/golang/tags
FROM golang:1.23.1 as build
FROM golang:1.23.1 AS build
WORKDIR /root/
RUN apt update
RUN apt -y -q install xz-utils
RUN echo TARGETPLATFORM:$TARGETPLATFORM TARGETARCH:$TARGETARCH
RUN env | grep TARGET
RUN curl -s -S -L -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-$TARGETARCH-static.tar.xz
RUN ls -l -a
RUN tar -x -J -f ffmpeg-release-$TARGETARCH-static.tar.xz
Expand Down

0 comments on commit 9c582ac

Please sign in to comment.