Rust Init #6
@ -1,6 +1,10 @@
|
||||
kind: pipeline
|
||||
name: test-on-amd64
|
||||
|
||||
environment:
|
||||
RUST_IMAGE:
|
||||
from_secret: RUST_IMAGE
|
||||
|
||||
platform:
|
||||
arch: amd64
|
||||
|
||||
@ -19,6 +23,10 @@ name: test-on-arm64
|
||||
platform:
|
||||
arch: arm64
|
||||
|
||||
environment:
|
||||
RUST_IMAGE:
|
||||
from_secret: RUST_IMAGE
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: ${RUST_IMAGE}
|
||||
|
Reference in New Issue
Block a user