reverted linux/arm64 test

This commit is contained in:
Ricard Bejarano 2021-01-25 19:05:03 +01:00
parent 2b074b9fc2
commit 082a7c7ef6
No known key found for this signature in database
GPG key ID: 835D397AC7BB6B0F
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ jobs:
run: | run: |
IMAGE_BUILD_CONTEXT='.' IMAGE_BUILD_CONTEXT='.'
IMAGE_BUILD_DOCKERFILE='Dockerfile' IMAGE_BUILD_DOCKERFILE='Dockerfile'
IMAGE_BUILD_PLATFORMS='linux/amd64,linux/arm64' IMAGE_BUILD_PLATFORMS='linux/amd64'
IMAGE_NAME="$(echo '${{ github.repository }}' | sed 's,.*/,,g' | tr '[A-Z]' '[a-z]')" IMAGE_NAME="$(echo '${{ github.repository }}' | sed 's,.*/,,g' | tr '[A-Z]' '[a-z]')"
IMAGE_VERSION="$(echo '${{ github.ref }}' | sed -e 's,.*/\(.*\),\1,')" IMAGE_VERSION="$(echo '${{ github.ref }}' | sed -e 's,.*/\(.*\),\1,')"

View file

@ -75,7 +75,7 @@ RUN [ "$(sha256sum /tmp/openssl.tar.gz | awk '{print $1}')" = "$OPENSSL_CHECKSUM
--with-compat \ --with-compat \
--with-pcre="/tmp/pcre-$PCRE_VERSION" \ --with-pcre="/tmp/pcre-$PCRE_VERSION" \
--with-zlib="/tmp/zlib-$ZLIB_VERSION" \ --with-zlib="/tmp/zlib-$ZLIB_VERSION" \
--with-openssl="/tmp/openssl-$OPENSSL_VERSION" ; \ --with-openssl="/tmp/openssl-$OPENSSL_VERSION" && \
make make
RUN mkdir -p /rootfs/bin && \ RUN mkdir -p /rootfs/bin && \