2025-07-06 19:53:16 +00:00
|
|
|
when:
|
|
|
|
- event: push
|
|
|
|
branch: main
|
|
|
|
|
2025-07-06 22:29:40 +00:00
|
|
|
labels:
|
|
|
|
platform: linux/arm64
|
|
|
|
|
2025-07-06 19:53:16 +00:00
|
|
|
steps:
|
|
|
|
- name: build
|
|
|
|
image: debian
|
|
|
|
commands:
|
2025-07-06 22:13:08 +00:00
|
|
|
- echo "This is the build step; okay"
|