Skip to content

Commit cd742ec

Browse files
reduce matrix for debugging, and specify * in artifacts
1 parent 70b1c8c commit cd742ec

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.github/workflows/build.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -38,35 +38,35 @@ jobs:
3838
retention-days: 1
3939
compression-level: 0
4040

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
5050

51-
- name: Set up QEMU
52-
uses: docker/setup-qemu-action@v3
51+
# - name: Set up QEMU
52+
# uses: docker/setup-qemu-action@v3
5353

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
5656

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 .
6161

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
7171

7272

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
sarif_report_target_ref: main
6666
third_party_dependency_tool: Silk
6767
# <package> and <package>.sig
68-
dist_filenames: artifacts/
68+
dist_filenames: artifacts/*
6969
token: ${{ github.token }}
7070
sbom_file_name: sbom.json
7171

0 commit comments

Comments
 (0)