ci/build: Make container depend on binary-static

The container build will use the static binary built in binary-static,
there's no need to build it twice.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy 2025-03-01 00:42:47 +01:00
parent 2b68be87f8
commit db50c2ed1f
No known key found for this signature in database

View file

@ -73,6 +73,7 @@ jobs:
container: container:
runs-on: nixos-latest runs-on: nixos-latest
needs: binary-static
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4