1
0
mirror of https://github.com/nitnelave/lldap.git synced 2023-04-12 14:25:13 +00:00

Update docker-build.yml

This commit is contained in:
Dedy Martadinata S 2022-07-14 12:06:12 +07:00 committed by GitHub
parent 85bd4d46ef
commit 9dea8aeb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ jobs:
build-armhf:
runs-on: ubuntu-latest
container:
image: rust:1.61
image: rust:1.62
env:
CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
OPENSSL_INCLUDE_DIR: "/usr/include/openssl/"
@ -150,7 +150,7 @@ jobs:
build-aarch64:
runs-on: ubuntu-latest
container:
image: rust:1.61
image: rust:1.62
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
OPENSSL_INCLUDE_DIR: "/usr/include/openssl/"
@ -200,7 +200,7 @@ jobs:
build-amd64:
runs-on: ubuntu-latest
container:
image: rust:1.61
image: rust:1.62
env:
CARGO_TERM_COLOR: always
CARGO_HOME: ${GITHUB_WORKSPACE}/.cargo