Skip to content

Commit

Permalink
ci: use IMAGE_NAME as artifact name
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Richter <[email protected]>
  • Loading branch information
erichte-ibm committed Oct 10, 2024
1 parent 1380a80 commit 422547f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: ["x86_64", "ppc64le"]
# arch: ["x86_64", "ppc64le"]
arch: ["x86_64"]
image:
- "almalinux:8"
- "almalinux:9"
# - "almalinux:9"
- "fedora:39"
- "fedora:40"
- "fedora:rawhide"
- "opensuse/leap:15"
- "opensuse/tumbleweed:latest"
# - "fedora:40"
# - "fedora:rawhide"
# - "opensuse/leap:15"
# - "opensuse/tumbleweed:latest"
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -51,7 +52,7 @@ jobs:
- name: upload rpms
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.image | replace(from=":", to="_") }}-${{ matrix.arch }}
name: ${{ env.IMAGE_NAME }}
path: rpms/*

staticbuild:
Expand Down

0 comments on commit 422547f

Please sign in to comment.