We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2967c0 commit 3f73fecCopy full SHA for 3f73fec
scripts/build-linux-aarch64.sh
@@ -2,9 +2,11 @@
2
3
set -e
4
5
+mkdir -p release
6
+
7
podman run -it --workdir /app \
- --platform linux/amd64 \
- --env ARCH=x86_64 \
8
+ --platform linux/arm64 \
9
+ --env ARCH=aarch64 \
10
-v $(pwd)/scripts:/app/scripts:Z \
11
-v $(pwd)/Cargo.lock:/app/Cargo.lock:Z \
12
-v $(pwd)/Cargo.toml:/app/Cargo.toml:Z \
scripts/build-linux-x86_64.sh
- --platform linux/arm64 \
- --env ARCH=aarch64 \
+ --platform linux/amd64 \
+ --env ARCH=x86_64 \
0 commit comments