mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-10-04 22:22:25 +00:00
buildsys: don't pass arch for an arch: all package
it was wrong too anyway, if, one would need to use the $(DEB_HOST_ARCH), as that's the one package is built for. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e4d6ad4d93
commit
6a003c5a14
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ $(DSC): $(BUILDDIR)
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: $(DEB)
|
upload: $(DEB)
|
||||||
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch $(DEB_BUILD_ARCH)
|
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user