File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 22
22
version : ["24.04", "22.04", "20.04"]
23
23
24
24
steps :
25
+ - name : Set up QEMU
26
+ uses : docker/setup-qemu-action@v3
27
+
28
+ - name : Set up Docker Buildx
29
+ uses : docker/setup-buildx-action@v3
30
+
25
31
- name : Checkout repository
26
32
uses : actions/checkout@v4
27
33
41
47
build-args : VERSION=${{ matrix.version }}
42
48
tags : ${{ steps.meta.outputs.tags }}
43
49
labels : ${{ steps.meta.outputs.labels }}
50
+ platforms : linux/amd64,linux/arm64
44
51
45
52
...
Original file line number Diff line number Diff line change 29
29
version : ["24.04", "22.04", "20.04"]
30
30
31
31
steps :
32
+ - name : Set up QEMU
33
+ uses : docker/setup-qemu-action@v3
34
+
35
+ - name : Set up Docker Buildx
36
+ uses : docker/setup-buildx-action@v3
37
+
32
38
- name : Checkout repository
33
39
uses : actions/checkout@v4
34
40
55
61
build-args : VERSION=${{ matrix.version }}
56
62
tags : ${{ steps.meta.outputs.tags }}
57
63
labels : ${{ steps.meta.outputs.labels }}
64
+ platforms : linux/amd64,linux/arm64
58
65
59
66
...
You can’t perform that action at this time.
0 commit comments