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 2c86a53 commit 20eb392
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM scratch AS base

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"
ENV XPIPE_ARTIFACT="xpipe-installer-linux-x86_64.deb"

FROM base AS build-arm64
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 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"
ENV XPIPE_ARTIFACT="xpipe-installer-linux-x86_64.deb"

FROM build-${TARGETARCH} AS build

ARG DEBIAN_FRONTEND="noninteractive"
Expand Down

0 comments on commit 20eb392

Please sign in to comment.