File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,16 @@ jobs:
23
23
uses : actions/checkout@v4
24
24
with :
25
25
submodules : ' true'
26
+
27
+ - name : Set up QEMU
28
+ uses : docker/setup-qemu-action@v3
29
+ with :
30
+ platforms : arm64,arm
26
31
27
32
- name : Set up Docker Buildx
28
33
uses : docker/setup-buildx-action@v3
29
34
with :
30
- platforms : linux/amd64,linux/arm64
35
+ platforms : linux/${{ matrix.platform }}
31
36
32
37
- name : Log into Azure registry
33
38
uses : docker/login-action@v3
58
63
cache-from : type=gha
59
64
cache-to : type=gha,mode=max
60
65
build-args : |
61
- platform=linux/amd64,linux/arm64
66
+ platform=linux/${{ matrix.platform }}
62
67
label=dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/Dockerfile
63
68
64
69
- name : Build & Push ${{ github.event.repository.name }}:${{ matrix.platform }}-gpu
71
76
cache-from : type=gha
72
77
cache-to : type=gha,mode=max
73
78
build-args : |
74
- platform=linux/amd64,linux/arm64
79
+ platform=linux/${{ matrix.platform }}
75
80
label=dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/gpu.Dockerfile
You can’t perform that action at this time.
0 commit comments