Skip to content

Commit

Permalink
Merge pull request #12 from sebastienrousseau/feat/vrd
Browse files Browse the repository at this point in the history
fix(vrd): 🚑 ci tweaks
  • Loading branch information
sebastienrousseau authored Dec 26, 2023
2 parents b498c15 + 3fb8134 commit 1a803db
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: 🧪 Release

on: [push, pull_request]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
# Build the project for all the targets and generate artifacts.
build:
Expand Down Expand Up @@ -44,19 +48,13 @@ jobs:
- arm-unknown-linux-gnueabi # ARMv6 Linux (kernel 3.2, glibc 2.17)
- arm-unknown-linux-gnueabihf # ARMv7 Linux, hardfloat (kernel 3.2, glibc 2.17)
- armv7-unknown-linux-gnueabihf # ARMv7 Linux, hardfloat (kernel 3.2, glibc 2.17)
- mips-unknown-linux-gnu # MIPS Linux (kernel 3.2, glibc 2.17)
- mips64-unknown-linux-gnuabi64 # MIPS64 Linux (kernel 3.2, glibc 2.17)
- mips64el-unknown-linux-gnuabi64 # MIPS64el Linux (kernel 3.2, glibc 2.17)
- mipsel-unknown-linux-gnu # MIPSel Linux (kernel 3.2, glibc 2.17)
- powerpc-unknown-linux-gnu # PowerPC Linux (kernel 3.2, glibc 2.17)
- powerpc64-unknown-linux-gnu # PowerPC64 Linux (kernel 3.2, glibc 2.17)
- powerpc64le-unknown-linux-gnu # PowerPC64le Linux (kernel 3.2, glibc 2.17)
- riscv64gc-unknown-linux-gnu # RISC-V Linux (kernel 3.2, glibc 2.17)
- s390x-unknown-linux-gnu # s390x Linux (kernel 3.2, glibc 2.17)
- x86_64-unknown-freebsd # 64-bit FreeBSD on x86-64
# # - x86_64-unknown-illumos # 64-bit Illumos on x86-64
- x86_64-unknown-linux-musl # 64-bit Linux (kernel 2.6.32+, musl libc)
- x86_64-unknown-netbsd # 64-bit NetBSD on x86-64

include:
# Tier 1 platforms 🏆
Expand Down Expand Up @@ -104,18 +102,6 @@ jobs:
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
cross: true
- target: mips-unknown-linux-gnu
os: ubuntu-latest
cross: true
- target: mips64-unknown-linux-gnuabi64
os: ubuntu-latest
cross: true
- target: mips64el-unknown-linux-gnuabi64
os: ubuntu-latest
cross: true
- target: mipsel-unknown-linux-gnu
os: ubuntu-latest
cross: true
- target: powerpc-unknown-linux-gnu
os: ubuntu-latest
cross: true
Expand All @@ -134,15 +120,12 @@ jobs:
- target: x86_64-unknown-freebsd
os: ubuntu-latest
cross: true
# - target: x86_64-unknown-illumos
# os: ubuntu-latest
# cross: true
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
cross: true
- target: x86_64-unknown-netbsd
os: ubuntu-latest
cross: true
# - target: x86_64-unknown-netbsd
# os: ubuntu-latest
# cross: true

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 1a803db

Please sign in to comment.