Skip to content

Commit

Permalink
Update workfow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRev-Dev committed Jan 23, 2024
1 parent 6b70999 commit cfd7b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile.unix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ FROM --platform=$TARGETPLATFORM alpine as final
COPY --from=base /usr/share/dotnet /usr/share/dotnet
# copy cache from build
COPY --from=gdalbuild /build/build-unix /build/build-unix
COPY --from=gdalbuild /root/.cache/vcpkg/archives /root/.cache/vcpkg/archives
COPY --from=gdalbuild /build/ci/cache/vcpkg-archives/ /build/ci/cache/vcpkg-archives/
# copy nuget packages from build
COPY --from=gdalbuild /build/nuget /build/nuget
ENTRYPOINT ["bash"]

0 comments on commit cfd7b8a

Please sign in to comment.