You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
aarch64/alpine docker container has been deprecated and is causing errors when the GitHub action tried to build the cpu_percent service.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/open-horizon/examples.git
cd examples/edge/services/cpu_percent
export ARCH=arm64
make build
Expected behavior
Successful build of the arm64 container.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
aarch64/alpine docker container has been deprecated and is causing errors when the GitHub action tried to build the
cpu_percent
service.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful build of the
arm64
container.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: