Skip to content

Commit 8c25fad

Browse files
authored
Update Dockerfile
1 parent b3cbea9 commit 8c25fad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ RUN --mount=type=bind,source=.,target=/build \
1212
&& case "$(apk --print-arch)" in \
1313
x86_64) \
1414
SDK_ARCH=x64;; \
15-
x86) \
16-
SDK_ARCH=ia32;; \
1715
aarch64) \
1816
SDK_ARCH=arm64;; \
1917
armv7) \

0 commit comments

Comments
 (0)