Skip to content

Commit 3d90fbe

Browse files
committed
refactor: remove linux portable zip from build process because AppImage is alreay portable
1 parent f418a9f commit 3d90fbe

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
./build/wartlock.AppImage
3434
./build/wartlock.exe
3535
./build/win-portable.zip
36-
./build/linux-portable.zip
36+

dockerfiles/linux.dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@ WORKDIR /code
44
RUN npm i
55
RUN npm run build:linux
66

7-
RUN apt-get update && apt-get install -y zip && \
8-
zip -r /code/dist/linux-unpacked.zip /code/dist/linux-unpacked
9-
107
FROM scratch AS export-stage
118
COPY --from=linux_build /code/dist/*.AppImage /wartlock.AppImage
12-
COPY --from=linux_build /code/dist/linux-unpacked.zip ./linux-portable.zip

0 commit comments

Comments
 (0)