Skip to content

Commit

Permalink
First get bullseye working
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Jul 4, 2024
1 parent 6ca8b15 commit c1acd7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ruby: ['3.0']
debian: ['bookworm']
include:
- os: ubuntu-latest
- os: ubuntu-latest-4-cores
platform: linux/amd64
- os: ubuntu-22.04-arm
platform: linux/arm64
Expand Down
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
ARG DEBIAN=bookworm
ARG DEBIAN=bullseye
ARG RUBY=3.3

FROM debian:bullseye-slim AS base-bullseye
FROM debian:bookworm-slim AS base-bookworm

FROM base-bullseye AS ruby-2.6
FROM base-${DEBIAN} AS ruby-2.6
ENV RUBY_MAJOR 2.6
ENV RUBY_VERSION 2.6.10
ENV RUBY_DOWNLOAD_SHA256 5fd8ded51321b88fdc9c1b4b0eb1b951d2eddbc293865da0151612c2e814c1f2

FROM base-bullseye AS ruby-2.7
FROM base-${DEBIAN} AS ruby-2.7
ENV RUBY_MAJOR 2.7
ENV RUBY_VERSION 2.7.8
ENV RUBY_DOWNLOAD_SHA256 f22f662da504d49ce2080e446e4bea7008cee11d5ec4858fc69000d0e5b1d7fb
Expand Down

0 comments on commit c1acd7d

Please sign in to comment.