Skip to content

Commit

Permalink
Trying another config
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Jul 4, 2024
1 parent 39a24ee commit baf00c5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
env:
COSIGN_EXPERIMENTAL: 1
REGISTRY_IMAGE: zenjoy/ruby
DEBIAN: bullseye

jobs:
build:
Expand All @@ -22,6 +23,7 @@ jobs:
fail-fast: false
matrix:
ruby: ['3.0', '3.1']
os: [ubuntu-latest, ubuntu-22.04-arm]
include:
- os: ubuntu-latest
platform: linux/amd64
Expand Down Expand Up @@ -120,7 +122,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ matrix.ruby }}-${{ matrix.debian }}-${{ env.PLATFORM_PAIR }}
name: digests-${{ matrix.ruby }}-${{ env.DEBIAN }}-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -138,16 +140,17 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']
debian: ['bookworm']
ruby: ['3.0', '3.1']

needs:
- build

steps:
- name: Download digests
uses: actions/download-artifact@v4
with:
path: /tmp/digests
pattern: digests-${{ matrix.ruby }}-${{ matrix.debian }}-*
pattern: digests-${{ matrix.ruby }}-${{ env.DEBIAN }}-*
merge-multiple: true

- name: Parse ruby version
Expand Down

0 comments on commit baf00c5

Please sign in to comment.