Browse Source

untrying Amazon Linux 2022

Sean OMeara 2 years ago
parent
commit
21d7806064
1 changed files with 3 additions and 47 deletions
  1. 3 47
      .drone.yml

+ 3 - 47
.drone.yml

@@ -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
 ---