We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51e0f9 commit dd83e48Copy full SHA for dd83e48
.github/workflows/BuildDocker.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
context: .
25
file: Container/Dockerfile
26
+ platforms: linux/amd64,linux/arm64
27
push: true
- # 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
+ # 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
0 commit comments