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 06c9ea4 commit 47c0ff8Copy full SHA for 47c0ff8
.github/workflows/publish.yml
@@ -19,6 +19,12 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v3
21
22
+ - name: Set up QEMU
23
+ uses: docker/setup-qemu-action@v2
24
+
25
+ - name: Set up Docker Buildx
26
+ uses: docker/setup-buildx-action@v2
27
28
- name: Login to Docker Hub
29
uses: docker/login-action@v1
30
with:
@@ -32,5 +38,6 @@ jobs:
32
38
"PYTHON_VERSION=${{ matrix.python-version }}"
33
39
"CUDA_VERSION=${{ matrix.cuda-version }}"
34
40
context: .
41
+ platforms: linux/amd64,linux/arm64
35
42
push: true
36
43
tags: radixai/python-gpu:${{ matrix.python-version }}-cuda${{ matrix.cuda-version }}
0 commit comments