Skip to content

Commit

Permalink
chore: change werf.inc for build linvirt rpm
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Dec 23, 2024
1 parent 8869d3b commit 1523463
Show file tree
Hide file tree
Showing 6 changed files with 2,457 additions and 296 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dev_module_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ on:
type: number
pull_request:
types: [opened, reopened, synchronize, labeled, unlabeled]
branches:
- main
- chore/ci/build-libvirt
push:
branches:
- main
Expand Down Expand Up @@ -230,8 +233,8 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Remove unwanted software
uses: ./.github/actions/remove-unwanted-software
# - name: Remove unwanted software
# uses: ./.github/actions/remove-unwanted-software

- uses: deckhouse/modules-actions/setup@v1

Expand Down
2 changes: 2 additions & 0 deletions images/libvirt-artifact/debian-12.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

# Copyright 2024 Flant JSC

function install_buildenv() {
export DEBIAN_FRONTEND=noninteractive
apt-get update
Expand Down
2 changes: 2 additions & 0 deletions images/libvirt-artifact/dockerbuild.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

# Copyright 2024 Flant JSC

if $(docker buildx ls | grep -q multibuilder); then
echo "multibuilder exists"
else
Expand Down
Loading

0 comments on commit 1523463

Please sign in to comment.