Skip to content

Commit

Permalink
Update to mariner22.04 for mariner build (#7138)
Browse files Browse the repository at this point in the history
Update to mariner22.04 for mariner build

## Azure IoT Edge PR checklist:
  • Loading branch information
yophilav authored Nov 6, 2023
1 parent 57f716e commit 81ba180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builds/misc/templates/build-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ stages:
-e "MARINER_ARCH=$MARINER_ARCH" \
-e "VERSION=$VERSION" \
--privileged \
"ubuntu:20.04" \
"ubuntu:22.04" \
'/src/edgelet/build/linux/package-mariner.sh'
- task: CopyFiles@2
displayName: Copy iotedged build logs to artifact staging
Expand Down Expand Up @@ -316,7 +316,7 @@ stages:
-e "PACKAGE_VERSION=$packageVersion" \
-e "PACKAGE_RELEASE=1" \
--privileged \
"ubuntu:20.04" \
"ubuntu:22.04" \
'/src/ci/package.sh'
popd
sudo cp iot-identity-service/packages/mariner$(os_version)/$(arch)/aziot-identity-service-$packageVersion-1.cm$(os_version).$(arch).rpm .
Expand All @@ -331,7 +331,7 @@ stages:
-e "MARINER_ARCH=$MARINER_ARCH" \
-e "VERSION=$VERSION" \
--privileged \
"ubuntu:20.04" \
"ubuntu:22.04" \
'/src/edgelet/build/linux/package-mariner.sh'
- task: CopyFiles@2
displayName: Copy iotedged build logs to artifact staging
Expand Down

0 comments on commit 81ba180

Please sign in to comment.