Skip to content

Commit

Permalink
Fix [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jan 3, 2025
1 parent 80fa6de commit 755af88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM scratch AS base

ENV VSCODE_LINK=""
ENV XPIPE_ARTIFACT=""

FROM base AS build-amd64
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble
ENV VSCODE_LINK="https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64"
Expand All @@ -13,6 +10,8 @@ FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-ubuntunoble
ENV VSCODE_LINK="https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-arm64"
ENV XPIPE_ARTIFACT="xpipe-installer-linux-arm64.deb"

FROM build-${TARGETARCH} AS build-arm64

ARG DEBIAN_FRONTEND="noninteractive"

ENV TITLE="XPipe Webtop"
Expand Down

0 comments on commit 755af88

Please sign in to comment.