forgot to update dockerfile with new psb version

This commit is contained in:
Pagwin 2025-12-13 19:02:41 -05:00
parent ef16ec5704
commit 2151143602
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -14,6 +14,6 @@ RUN cabal build
WORKDIR /github/workspace WORKDIR /github/workspace
RUN export folder=$(ls /mnt/dist-newstyle/build/x86_64-linux) && mv /mnt/dist-newstyle/build/x86_64-linux/"$folder"/psb-0.1.0.0/x/psb/build/psb/psb /mnt/psb RUN export folder=$(ls /mnt/dist-newstyle/build/x86_64-linux) && mv /mnt/dist-newstyle/build/x86_64-linux/"$folder"/psb-0.2.0.0/x/psb/build/psb/psb /mnt/psb
ENTRYPOINT ["/mnt/psb", "build"] ENTRYPOINT ["/mnt/psb", "build"]