arm
Some checks failed
continuous-integration/drone Build encountered an error

This commit is contained in:
Linus109
2025-11-23 14:01:14 +01:00
parent 2f357d48ac
commit 30047b383d

View File

@@ -7,8 +7,10 @@ platform:
arch: arm64
steps:
- name: test
image: silkeh/clang
- name: compile
image: alpine/edge
commands:
- cd /drone/src
- apk add --no-cache clang
- clang hello.c -o hello
- ./hello