Skip to content

Commit

Permalink
packagecloud: deploy for ubuntu/jammy, remove older releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Oct 24, 2023
1 parent 5ed9ffb commit cd8c839
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ name: CI
on: [ workflow_dispatch, push, pull_request ]
jobs:
omnilint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: docker://lpenz/omnilint:0.5.1
uses: lpenz/omnilint/.github/workflows/omnilint.yml@v0.5.1
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.17.0
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.18.0
with:
coveralls: true
deb: true
Expand All @@ -20,16 +17,15 @@ jobs:
publish_packagecloud_repository: |
["debian/debian/bullseye",
"debian/debian/bookworm",
"ubuntu/ubuntu/kinetic",
"ubuntu/ubuntu/focal"]
"ubuntu/ubuntu/jammy"]
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: cachix/install-nix-action@v22
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build
Expand All @@ -38,12 +34,12 @@ jobs:
needs: [ omnilint, rust, nix ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- id: version
uses: docker://lpenz/ghaction-version-gen:0.13.2
- uses: cachix/install-nix-action@v22
uses: docker://lpenz/ghaction-version-gen:0.13.5
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
Expand Down

0 comments on commit cd8c839

Please sign in to comment.