This PR reverts the published Julia Docker image to original and builds a new one for EBSeg that can be refactored. The EBSeg Docker container in this PR will include the IFT Julia build for now (see #151). I had to add gdal to the EBSeg container to get the CI to build it properly.
This PR also closes #105 by building all the containers for amd64 as well as arm64, and renames the actions so they are easier to identifying when CI is running!
This PR reverts the published Julia Docker image to original and builds a new one for EBSeg that can be refactored. The EBSeg Docker container in this PR will include the IFT Julia build for now (see #151). I had to add
gdal
to the EBSeg container to get the CI to build it properly.