Disable the reproducible build for arm64 and armhf temporarily (#7517)

Disable the reproducible build for arm64 and armhf temporarily.
The package version upgrade has been disabled for armhf and armhf for long run time, so disable the reproducible build for the official builds as well. we will enable it when arm64 azure agent ready.
This commit is contained in:
xumia 2021-05-05 21:02:39 +08:00 committed by GitHub
parent 6060da3a36
commit e27293f4df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ jobs:
timeoutInMinutes: 1800 timeoutInMinutes: 1800
variables: variables:
PLATFORM_ARCH: arm64 PLATFORM_ARCH: arm64
BUILD_OPTIONS: ${{ parameters.buildOptions }} SONIC_VERSION_CONTROL_COMPONENTS=
- name: generic - name: generic
variables: variables:
dbg_image: yes dbg_image: yes
@ -72,6 +73,7 @@ jobs:
timeoutInMinutes: 1800 timeoutInMinutes: 1800
variables: variables:
PLATFORM_ARCH: armhf PLATFORM_ARCH: armhf
BUILD_OPTIONS: ${{ parameters.buildOptions }} SONIC_VERSION_CONTROL_COMPONENTS=
- name: mellanox - name: mellanox
variables: variables:
dbg_image: yes dbg_image: yes