mirror of
https://github.com/containers/podman.git
synced 2025-06-27 21:50:18 +08:00
Merge pull request #16723 from dfr/freebsd-cross
Add a FreeBSD cross build to the cirrus alt build task
This commit is contained in:
@ -369,6 +369,8 @@ alt_build_task:
|
|||||||
ALT_NAME: 'Test build podman-next Copr RPM'
|
ALT_NAME: 'Test build podman-next Copr RPM'
|
||||||
- env:
|
- env:
|
||||||
ALT_NAME: 'Alt Arch. Cross'
|
ALT_NAME: 'Alt Arch. Cross'
|
||||||
|
- env:
|
||||||
|
ALT_NAME: 'FreeBSD Cross'
|
||||||
# This task cannot make use of the shared repo.tbz artifact.
|
# This task cannot make use of the shared repo.tbz artifact.
|
||||||
clone_script: *full_clone
|
clone_script: *full_clone
|
||||||
setup_script: *setup
|
setup_script: *setup
|
||||||
|
@ -283,6 +283,9 @@ function _run_altbuild() {
|
|||||||
*RPM*)
|
*RPM*)
|
||||||
make package
|
make package
|
||||||
;;
|
;;
|
||||||
|
FreeBSD*Cross)
|
||||||
|
make bin/podman.cross.freebsd.amd64
|
||||||
|
;;
|
||||||
Alt*Cross)
|
Alt*Cross)
|
||||||
arches=(\
|
arches=(\
|
||||||
amd64
|
amd64
|
||||||
|
Reference in New Issue
Block a user