Skip to content

Commit

Permalink
Container image build
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 16, 2025
1 parent 3657f5c commit 3757d36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/base-images/cdxgen/debian/Dockerfile.dotnet6
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ RUN set -e; \
ARCH_NAME="$(dpkg --print-architecture)"; \
url=; \
case "${ARCH_NAME##*-}" in \
'amd64') \
DOSAI_ARCH_SUFFIX='-full'; \
;; \
'x86_64') \
DOSAI_ARCH_SUFFIX='-full'; \
;; \
Expand Down
3 changes: 3 additions & 0 deletions ci/base-images/cdxgen/debian/Dockerfile.dotnet8
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ RUN set -e; \
ARCH_NAME="$(dpkg --print-architecture)"; \
url=; \
case "${ARCH_NAME##*-}" in \
'amd64') \
DOSAI_ARCH_SUFFIX='-full'; \
;; \
'x86_64') \
DOSAI_ARCH_SUFFIX='-full'; \
;; \
Expand Down

0 comments on commit 3757d36

Please sign in to comment.