untrying Amazon Linux 2022

This commit is contained in:
Sean OMeara 2022-09-13 14:40:55 +02:00
parent c5b2d6cbc8
commit 21d7806064

View File

@ -286,53 +286,6 @@ clone:
image_pull_secrets:
- dockerconfigjson
kind: pipeline
name: amzn2022 amd64 build
pull: always
steps:
- commands:
- ./ci/scripts/build.sh amzn2022 amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT}
image: registry.sean.farm/honda-builder
name: build
- commands:
- ls -la amzn2022
image: registry.sean.farm/honda-builder
name: list
trigger:
event:
- tag
- push
type: docker
---
clone:
depth: 1
image_pull_secrets:
- dockerconfigjson
kind: pipeline
name: amzn2022 arm64 build
platform:
arch: arm64
os: linux
pull: always
steps:
- commands:
- ./ci/scripts/build.sh amzn2022 arm64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT}
image: registry.sean.farm/honda-builder
name: build
- commands:
- ls -la amzn2022
image: registry.sean.farm/honda-builder
name: list
trigger:
event:
- tag
- push
type: docker
---
clone:
depth: 1
image_pull_secrets:
- dockerconfigjson
kind: pipeline
name: fc37 amd64 build
pull: always
steps:
@ -958,6 +911,7 @@ steps:
name: list
trigger:
event:
- push
- tag
type: docker
---
@ -982,6 +936,7 @@ steps:
name: list
trigger:
event:
- push
- tag
type: docker
---
@ -1003,6 +958,7 @@ steps:
name: list
trigger:
event:
- push
- tag
type: docker
---