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 d6f23fb commit 4448138Copy full SHA for 4448138
.github/workflows/container.yml
@@ -19,7 +19,6 @@ jobs:
19
platform:
20
- linux/386
21
- linux/amd64
22
- - linux/arm/v6
23
- linux/arm/v7
24
- linux/arm64/v8
25
- linux/ppc64le
@@ -95,7 +94,7 @@ jobs:
95
94
- name: Upload digest
96
uses: actions/upload-artifact@v5
97
with:
98
- name: digests
+ name: digests-${{ matrix.platform }}
99
path: /tmp/digests/*
100
if-no-files-found: error
101
retention-days: 1
@@ -115,8 +114,8 @@ jobs:
115
114
- name: Download digests
116
uses: actions/download-artifact@v6
117
118
119
path: /tmp/digests
+ merge-multiple: true
120
121
# Set up BuildKit Docker container builder to be able to build
122
# multi-platform images and export cache
0 commit comments