build distrobuilder from source
This commit is contained in:
parent
c33d57fa1a
commit
6d20a108e9
|
@ -16,7 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Distrobuilder
|
- name: Install Distrobuilder
|
||||||
run: sudo apt-get install -y distrobuilder
|
run: sudo go get -v -x github.com/lxc/distrobuilder/distrobuilder
|
||||||
# build container
|
# build container
|
||||||
- name: Build Artifact
|
- name: Build Artifact
|
||||||
run: sudo ./build.sh
|
run: sudo ./build.sh
|
||||||
|
|
Loading…
Reference in New Issue