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 2cee40e commit f174870Copy full SHA for f174870
nightly-main/amazonlinux/2/buildx/Dockerfile
@@ -61,7 +61,7 @@ RUN set -e; \
61
&& curl -fSsL https://swift.org/keys/all-keys.asc | gpg --import - \
62
&& gpg --batch --verify latest_toolchain.tar.gz.sig latest_toolchain.tar.gz \
63
# - Unpack the toolchain, set libs permissions, and clean up.
64
- && tar -xzf latest_toolchain.tar.gz --directory / --strip-components=1 \
+ && tar -xzf latest_toolchain.tar.gz --directory / ${ADDITIONAL_TAR_OPTIONS} \
65
&& chmod -R o+r /usr/lib/swift \
66
&& rm -rf "$GNUPGHOME" latest_toolchain.tar.gz.sig latest_toolchain.tar.gz \
67
0 commit comments