Skip to content

Commit d482cb9

Browse files
committed
fix: unknown flag error
1 parent 4279c52 commit d482cb9

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/lxc-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,11 @@ jobs:
3939
- name: Build LXC Image
4040
run: |
4141
mkdir -p out
42-
sudo distrobuilder build-lxc tools/distrobuilder.yaml out/ \
43-
--bind=/tmp/errbot-build:/tmp/errbot-build
42+
sudo distrobuilder build-lxc tools/distrobuilder.yaml out/
4443
4544
- name: Upload LXC Artifacts
4645
uses: actions/upload-artifact@v4
4746
with:
4847
name: errbot-lxc-image
49-
path: |
50-
out/lxd.tar.xz
51-
out/rootfs.squashfs
48+
path: out/*
5249
retention-days: 7

tools/distrobuilder.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ image:
44
description: Errbot Chatbot
55
architecture: x86_64
66

7+
files:
8+
- path: /tmp/errbot-build
9+
source: /tmp/errbot-build
10+
711
source:
812
downloader: debootstrap
913
url: http://deb.debian.org/debian

0 commit comments

Comments
 (0)