File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
runs-on : ubuntu-latest
37
37
strategy :
38
38
matrix :
39
- linux_arch : [linux/ s390x, linux/ arm64, linux/ amd64]
39
+ linux_arch : [s390x, arm64, amd64]
40
40
steps :
41
41
- uses : actions/checkout@v4
42
42
@@ -49,13 +49,13 @@ jobs:
49
49
- name : Run Buildx
50
50
run : |
51
51
docker buildx create --name builder --bootstrap --use
52
- docker buildx build --platform ${{ matrix.linux_arch }} --output type=local,dest=./prebuilds,platform-split=false -f ./.github/docker/Dockerfile.glibc .
52
+ docker buildx build --platform linux/ ${{ matrix.linux_arch }} --output type=local,dest=./prebuilds,platform-split=false -f ./.github/docker/Dockerfile.glibc .
53
53
54
54
- id : upload
55
55
name : Upload prebuild
56
56
uses : actions/upload-artifact@v4
57
57
with :
58
- name : build-linux
58
+ name : build-linux-${{ matrix.linux_arch }}
59
59
path : prebuilds/
60
60
if-no-files-found : ' error'
61
61
retention-days : 1
You can’t perform that action at this time.
0 commit comments