Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Pin slow build to native tag
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Aug 3, 2022
1 parent 2d1fc19 commit 374b215
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/pipeline.yml
Expand Up @@ -297,6 +297,8 @@ jobs:
privileged: true
image: spring-native-java11-image
file: git-repo/ci/tasks/build-key-samples.yml
tags:
- native
params:
<<: *docker-hub-task-params
- name: build-samples-aot-java11
Expand Down Expand Up @@ -343,6 +345,8 @@ jobs:
privileged: true
image: spring-native-java11-image
file: git-repo/ci/tasks/build-samples.yml
tags:
- native
params:
AOT_ONLY: false
<<: *docker-hub-task-params
Expand All @@ -364,6 +368,8 @@ jobs:
privileged: true
image: spring-native-java17-image
file: git-repo/ci/tasks/build-samples.yml
tags:
- native
params:
AOT_ONLY: false
<<: *docker-hub-task-params
Expand Down

0 comments on commit 374b215

Please sign in to comment.