Skip to content

Commit

Permalink
reorder 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 1, 2023
1 parent dc00e9b commit 294cb0c
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,15 @@ jobs:
*-*-linux*.*
urls.txt
linux-glibc-debian-bookworm-llvm:
linux-glibc-debian-testing-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'build'
run: |
export CW_CONFIG='${{ github.ref_name }}-linux'
export CW_CONFIG='${{ github.ref_name }}-linux-gcc'
export CW_REVISION='${{ github.sha }}'
DOCKER_IMAGE='debian:bookworm-slim'
export CW_CCSUFFIX='-15'
export CW_GCCSUFFIX='-12'
. ./_versions.sh
docker trust inspect --pretty "${DOCKER_IMAGE}"
time docker pull "${DOCKER_IMAGE}"
docker images --digests
Expand All @@ -71,21 +69,23 @@ jobs:
run: cat urls.txt
- uses: actions/upload-artifact@v3
with:
name: 'curl-linux-glibc-debian-bookworm-llvm'
name: 'curl-linux-glibc-debian-testing-gcc'
retention-days: 5
path: |
*-*-linux*.*
urls.txt
linux-glibc-debian-testing-gcc:
linux-glibc-debian-bookworm-llvm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'build'
run: |
export CW_CONFIG='${{ github.ref_name }}-linux-gcc'
export CW_CONFIG='${{ github.ref_name }}-linux'
export CW_REVISION='${{ github.sha }}'
. ./_versions.sh
DOCKER_IMAGE='debian:bookworm-slim'
export CW_CCSUFFIX='-15'
export CW_GCCSUFFIX='-12'
docker trust inspect --pretty "${DOCKER_IMAGE}"
time docker pull "${DOCKER_IMAGE}"
docker images --digests
Expand All @@ -99,7 +99,7 @@ jobs:
run: cat urls.txt
- uses: actions/upload-artifact@v3
with:
name: 'curl-linux-glibc-debian-testing-gcc'
name: 'curl-linux-glibc-debian-bookworm-llvm'
retention-days: 5
path: |
*-*-linux*.*
Expand Down Expand Up @@ -163,17 +163,15 @@ jobs:
*-*-linux*.*
urls.txt
linux-musl-debian-bookworm-llvm:
linux-musl-debian-testing-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'build'
run: |
export CW_CONFIG='${{ github.ref_name }}-linux-musl'
export CW_CONFIG='${{ github.ref_name }}-linux-musl-gcc'
export CW_REVISION='${{ github.sha }}'
DOCKER_IMAGE='debian:bookworm-slim'
export CW_CCSUFFIX='-15'
export CW_GCCSUFFIX='-12'
. ./_versions.sh
docker trust inspect --pretty "${DOCKER_IMAGE}"
time docker pull "${DOCKER_IMAGE}"
docker images --digests
Expand All @@ -187,21 +185,23 @@ jobs:
run: cat urls.txt
- uses: actions/upload-artifact@v3
with:
name: 'curl-linux-musl-debian-bookworm-llvm'
name: 'curl-linux-musl-debian-testing-gcc'
retention-days: 5
path: |
*-*-linux*.*
urls.txt
linux-musl-debian-testing-gcc:
linux-musl-debian-bookworm-llvm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'build'
run: |
export CW_CONFIG='${{ github.ref_name }}-linux-musl-gcc'
export CW_CONFIG='${{ github.ref_name }}-linux-musl'
export CW_REVISION='${{ github.sha }}'
. ./_versions.sh
DOCKER_IMAGE='debian:bookworm-slim'
export CW_CCSUFFIX='-15'
export CW_GCCSUFFIX='-12'
docker trust inspect --pretty "${DOCKER_IMAGE}"
time docker pull "${DOCKER_IMAGE}"
docker images --digests
Expand All @@ -215,7 +215,7 @@ jobs:
run: cat urls.txt
- uses: actions/upload-artifact@v3
with:
name: 'curl-linux-musl-debian-testing-gcc'
name: 'curl-linux-musl-debian-bookworm-llvm'
retention-days: 5
path: |
*-*-linux*.*
Expand Down

0 comments on commit 294cb0c

Please sign in to comment.