Thanks to visit codestin.com Credit goes to github.com
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 b3cbea9 commit 8c25fadCopy full SHA for 8c25fad
Dockerfile
@@ -12,8 +12,6 @@ RUN --mount=type=bind,source=.,target=/build \
12
&& case "$(apk --print-arch)" in \
13
x86_64) \
14
SDK_ARCH=x64;; \
15
- x86) \
16
- SDK_ARCH=ia32;; \
17
aarch64) \
18
SDK_ARCH=arm64;; \
19
armv7) \
0 commit comments