Skip to content

Commit

Permalink
r0b08x [chore] 5/4/2024, 5:53:34 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 4, 2024
1 parent b01790e commit 4776639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build the Electron app with Node.js on an ARM64 architecture
FROM node:lts as builder
FROM arm64v8/node:lts as builder

# Set the working directory
WORKDIR /app
Expand All @@ -15,7 +15,7 @@ ENV NODE_ENV=production
RUN npm run publish-electron-arm64 --verbose

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

RUN apt-get update && \
apt-get install -y software-properties-common && \
Expand Down

0 comments on commit 4776639

Please sign in to comment.