forked from lovell/sharp-libvips
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename armv8 as arm64v8 to match Node's process.arch
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM debian:stretch | ||
MAINTAINER Lovell Fuller <[email protected]> | ||
|
||
# Create Debian-based container suitable for cross-compiling Linux ARMv8-A binaries | ||
# Create Debian-based container suitable for cross-compiling Linux ARM64v8-A binaries | ||
|
||
# Build dependencies | ||
RUN \ | ||
|
@@ -16,7 +16,7 @@ RUN \ | |
# Compiler settings | ||
ENV \ | ||
PATH="/root/.cargo/bin:$PATH" \ | ||
PLATFORM="linux-armv8" \ | ||
PLATFORM="linux-arm64v8" \ | ||
CHOST="aarch64-linux-gnu" \ | ||
FLAGS="-march=armv8-a -Os -D_GLIBCXX_USE_CXX11_ABI=0" | ||
|
||
|
File renamed without changes.