Build only the kiosk deb in the release workflow
CI / server (push) Successful in 33s
CI / frontend (push) Successful in 29s
CI / kiosk (push) Canceled after 9s
Build and Publish Docker Images / build-and-push (server/Dockerfile, pistation-server) (push) Canceled after 0s
Build and Publish Docker Images / build-and-push (apps/web-client/Dockerfile, pistation-web) (push) Canceled after 0s
CI / server (push) Successful in 33s
CI / frontend (push) Successful in 29s
CI / kiosk (push) Canceled after 9s
Build and Publish Docker Images / build-and-push (server/Dockerfile, pistation-server) (push) Canceled after 0s
Build and Publish Docker Images / build-and-push (apps/web-client/Dockerfile, pistation-web) (push) Canceled after 0s
This commit is contained in:
@@ -28,7 +28,9 @@ COPY packages packages
|
||||
COPY apps/kiosk-client apps/kiosk-client
|
||||
|
||||
RUN bun install
|
||||
RUN bun run build:kiosk
|
||||
|
||||
WORKDIR /work/apps/kiosk-client
|
||||
RUN bun run tauri build --bundles deb
|
||||
|
||||
FROM scratch AS bundle
|
||||
COPY --from=build /work/apps/kiosk-client/src-tauri/target/release/bundle /
|
||||
COPY --from=build /work/apps/kiosk-client/src-tauri/target/release/bundle/deb /
|
||||
|
||||
Reference in New Issue
Block a user