Skip to content

Commit

Permalink
CI: Build Linux binaries ina Debian 8 Docker container
Browse files Browse the repository at this point in the history
For compatibility with older Linux distros
  • Loading branch information
DeeDeeG committed Oct 3, 2023
1 parent 6dadc67 commit 2739b76
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ env:
RUN_LINUX_VT: true
RUN_MACOS_VT: true

jobs:
build:
strategy:
matrix:
os: [ ubuntu-20.04, windows-latest, macos-latest ]
os: [ macos-latest, windows-latest ]
include:
- os: ubuntu-latest
image: "debian:8"
fail-fast: false
runs-on: ${{ matrix.os }}
container: ${{ matrix.image }}

steps:
- name: Checkout the latest code
Expand Down

0 comments on commit 2739b76

Please sign in to comment.