Skip to content

Commit

Permalink
Fixes [stage]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jan 3, 2025
1 parent 91b2b4c commit 38ceac5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
ARG BASE_IMAGE_TAG
FROM scratch AS base

FROM base AS build-arm64
ENV BASE_IMAGE_TAG=arm64v8-ubuntunoble
ARG BASE_IMAGE_TAG=arm64v8-ubuntunoble

FROM base AS build-amd64
ENV BASE_IMAGE_TAG=ubuntunoble
ARG BASE_IMAGE_TAG=ubuntunoble

FROM ghcr.io/linuxserver/baseimage-kasmvnc:${BASE_IMAGE_TAG}

Expand Down

0 comments on commit 38ceac5

Please sign in to comment.