Skip to content

Commit

Permalink
+alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 14, 2023
1 parent 51a497d commit 69e5bc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-pre-reqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
- debian:bullseye-slim
- debian:bookworm-slim
- archlinux:latest
# - ubuntu:bionic glibc too old
# - ubuntu:bionic glibc too old
- ubuntu:focal
- ubuntu:jammy
- ubuntu:kinetic
# - ubuntu:lunar glibc too old
# - ubuntu:lunar glibc too old
# - ubuntu:trusty
# - ubuntu:xenial glibc too old
# - ubuntu:xenial glibc too old
- fedora:latest
# - nixos/nix:latest can’t exec
# - alpine:latest tea binary doesn’t actually end up on the system (wtf)
# - nixos/nix:latest can’t exec
- alpine:latest # tea binary doesn’t actually end up on the system (wtf)
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 69e5bc2

Please sign in to comment.