[ci] Enable reproducible build for arm64 and armhf. (#15190)

Fix armhf and arm64 build issue.
Revert #7517. Because armhf and arm64 agents are ready.

Microsoft ADO (number only): 23765181
This commit is contained in:
Liu Shilong 2023-05-24 01:27:43 +08:00 committed by GitHub
parent 750263401b
commit 59b89ee7c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,6 @@ jobs:
timeoutInMinutes: 2880 timeoutInMinutes: 2880
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
@ -82,7 +81,6 @@ jobs:
timeoutInMinutes: 2880 timeoutInMinutes: 2880
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