Skip to content

Commit

Permalink
r0b08x [chore] 5/4/2024, 5:57:09 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 4, 2024
1 parent 4776639 commit 0b30568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ COPY . .
# Here, ensure all environment variables needed are set
ENV NODE_ENV=production

RUN node ./scripts/fix-packages-publish.js before
RUN npm run publish-electron-arm64 --verbose
RUN node ./scripts/fix-packages-publish.js after

# Stage 2: Use an ARM64 Ubuntu image to install and use Snapcraft
FROM arm64v8/ubuntu:latest
Expand Down

0 comments on commit 0b30568

Please sign in to comment.