@@ -38,35 +38,35 @@ jobs:
38
38
retention-days : 1
39
39
compression-level : 0
40
40
41
- container_builds :
42
- outputs :
43
- artifact_id : ${{ steps.upload.outputs.artifact-id }}
44
- runs-on : ubuntu-latest
45
- strategy :
46
- matrix :
47
- linux_arch : [s390x, arm64, amd64]
48
- steps :
49
- - uses : actions/checkout@v4
41
+ # container_builds:
42
+ # outputs:
43
+ # artifact_id: ${{ steps.upload.outputs.artifact-id }}
44
+ # runs-on: ubuntu-latest
45
+ # strategy:
46
+ # matrix:
47
+ # linux_arch: [s390x, arm64, amd64]
48
+ # steps:
49
+ # - uses: actions/checkout@v4
50
50
51
- - name : Set up QEMU
52
- uses : docker/setup-qemu-action@v3
51
+ # - name: Set up QEMU
52
+ # uses: docker/setup-qemu-action@v3
53
53
54
- - name : Set up Docker Buildx
55
- uses : docker/setup-buildx-action@v3
54
+ # - name: Set up Docker Buildx
55
+ # uses: docker/setup-buildx-action@v3
56
56
57
- - name : Run Buildx
58
- run : |
59
- docker buildx create --name builder --bootstrap --use
60
- docker buildx build --platform linux/${{ matrix.linux_arch }} --output type=local,dest=./prebuilds,platform-split=false -f ./.github/docker/Dockerfile.glibc .
57
+ # - name: Run Buildx
58
+ # run: |
59
+ # docker buildx create --name builder --bootstrap --use
60
+ # docker buildx build --platform linux/${{ matrix.linux_arch }} --output type=local,dest=./prebuilds,platform-split=false -f ./.github/docker/Dockerfile.glibc .
61
61
62
- - id : upload
63
- name : Upload prebuild
64
- uses : actions/upload-artifact@v4
65
- with :
66
- name : build-linux-${{ matrix.linux_arch }}
67
- path : prebuilds/
68
- if-no-files-found : ' error'
69
- retention-days : 1
70
- compression-level : 0
62
+ # - id: upload
63
+ # name: Upload prebuild
64
+ # uses: actions/upload-artifact@v4
65
+ # with:
66
+ # name: build-linux-${{ matrix.linux_arch }}
67
+ # path: prebuilds/
68
+ # if-no-files-found: 'error'
69
+ # retention-days: 1
70
+ # compression-level: 0
71
71
72
72
0 commit comments