2023-08-05 12:37:39 +00:00
|
|
|
name: Image builder
|
|
|
|
on:
|
|
|
|
release:
|
|
|
|
types: [released]
|
|
|
|
push:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2023-08-05 17:43:00 +00:00
|
|
|
container:
|
2023-08-05 17:52:37 +00:00
|
|
|
image: debian:stable-slim
|
2023-08-05 12:37:39 +00:00
|
|
|
runs-on: [arm64]
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Check content
|
|
|
|
run: ls
|
2023-08-05 17:52:37 +00:00
|
|
|
- name: Echo message
|
|
|
|
run: echo "Hello world"
|
|
|
|
- name: Show path
|
|
|
|
run: pwd
|