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 gps service. There is also the issue of finding a gpsd package that can be installed by the base image.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/open-horizon/examples.git
cd examples/edge/services/gps
export ARCH=arm64
make build
Expected behavior
Successful build of the arm64 container with a gpsd package installed in the Dockerfile
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
gps
service. There is also the issue of finding agpsd
package that can be installed by the base image.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful build of the
arm64
container with agpsd
package installed in the DockerfileAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: