mirror of
https://github.com/lovell/sharp.git
synced 2026-02-10 16:46:14 +01:00
Refactor packaging scripts, add ARMv7/v8 binaries
This commit is contained in:
8
packaging/win32-x64/Dockerfile
Normal file
8
packaging/win32-x64/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM debian:jessie
|
||||
MAINTAINER Lovell Fuller <npm@lovell.info>
|
||||
|
||||
# Create Debian-based container suitable for post-processing Windows x64 binaries
|
||||
|
||||
RUN apt-get update && apt-get install -y curl zip advancecomp
|
||||
|
||||
ENV PLATFORM=win32-x64
|
||||
Reference in New Issue
Block a user