Open nekia opened 2 years ago
I will find an identical machine to determine the problem,thank you for your information
meet same problem
I found redis-debuginfo-6.0.15-1.ph4.aarch64.rpm
in https://packages.vmware.com/photon/4.0/photon_debuginfo_4.0_aarch64/aarch64/
but can't find other rpm
@Jeremy-boo
And I find that in build_spec.sh
function get_rpms() {
run "Copy RPMS" docker cp $CONTAINER:/usr/src/photon/RPMS "$SPECDIR/stage"
run "Copy SRPMS" docker cp $CONTAINER:/usr/src/photon/SRPMS "$SPECDIR/stage"
}
make compile_redis
can not run in x86. Because it will get x86 image and it also had docker run
in the build_spec.sh !!! It get error when you use arm image.
same problem. any updates?
When walking through the steps mentioned
Get Started
(https://github.com/goharbor/harbor-arm#get-started) , I got the following error on my amd64 Ubuntu environment after runningmake compile_redis
command:When checking under the staging directory, I found a rpm file for
x86_64
instead, not foraarch64 (arm64)
:Is there any misconfigurations on my environment or advices for this issue? The detail of my environment is as below:
Environment
Thanks