use github actions to build a native arm64 docker image

This commit is contained in:
Athou
2025-01-17 15:27:31 +01:00
parent 3623dc8e1d
commit 045baba705
4 changed files with 81 additions and 64 deletions

View File

@@ -4,7 +4,7 @@ EXPOSE 8082
RUN mkdir -p /commafeed/data
VOLUME /commafeed/data
COPY commafeed-server/target/quarkus-app/ /commafeed
COPY artifacts/extracted-jvm-package/quarkus-app/ /commafeed
WORKDIR /commafeed
CMD ["java", \