Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,10 @@ concurrency:
group: release_linux-${{ github.ref }}
cancel-in-progress: true

env:
# Container image pins live in packaging/images.env (shared with
# packaging/test-local.sh) and are sourced by the steps that need them.
# Debian's builder also runs a full cargo build inside debian:12 in
# packaging/test-local.sh.

jobs:
build:
runs-on: ubuntu-22.04
timeout-minutes: 180
permissions:
contents: read
permissions:
contents: read
strategy:
Expand Down Expand Up @@ -153,6 +145,9 @@ jobs:

# Arch-matched container (qemu on the arm64 leg): native strip works and
# the binaries run under emulation so help2man generates real man pages.
#
# Container image pins live in packaging/images.env, shared with the
# other steps that source it and with packaging/test-local.sh.
- name: Create RPM packages
env:
VERSION: ${{ steps.get_version.outputs.VERSION }}
Expand Down
Loading