mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Added arch to docker tag
This commit is contained in:
parent
35d421139f
commit
8e2d95c592
1 changed files with 2 additions and 2 deletions
|
|
@ -270,9 +270,9 @@ print(shutil.which('chroot'))
|
||||||
'--build-arg=TARGET=' + target_rel,
|
'--build-arg=TARGET=' + target_rel,
|
||||||
'--build-arg=SOURCE_DATE_EPOCH=1',
|
'--build-arg=SOURCE_DATE_EPOCH=1',
|
||||||
'--progress=auto',
|
'--progress=auto',
|
||||||
'--platform=linux/amd64',
|
'--platform=linux/amd64,linux/arm64,linux/i386,linux/riscv64',
|
||||||
'--target=package',
|
'--target=package',
|
||||||
'--tag=live-bootstrap',
|
'--tag=live-bootstrap-' + arch,
|
||||||
'.')
|
'.')
|
||||||
|
|
||||||
elif args.bwrap:
|
elif args.bwrap:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue