Skip to content

Commit ce51e65

Browse files
committed
Docker Multi Platform Build
1 parent a51e0f9 commit ce51e65

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/BuildDocker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
context: .
2525
file: Container/Dockerfile
26+
platforms: linux/amd64,linux/arm64
2627
push: true
27-
# JUNGVI: If you operate from a fork and want to build a new docker make sure to replace 'pulp-platform' by your uname.
28-
tags: ghcr.io/pulp-platform/deepquant:main
28+
# JUNGVI: If you operate from a fork and want to build a new docker make sure to replace 'pulp-platform' by your uname.
29+
tags: ghcr.io/pulp-platform/deepquant:wiesep-dev

Container/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
55
git \
66
curl \
77
ca-certificates \
8+
cmake \
89
&& rm -rf /var/lib/apt/lists/*
910

1011
WORKDIR /app

0 commit comments

Comments
 (0)