Update Drone CI configuration to specify platform as Linux/ARM64
continuous-integration/drone/push Build is failing

This commit is contained in:
Rafał Miczek
2026-02-13 20:29:14 +01:00
parent 9b6ee29d65
commit e188a04e11
+3
View File
@@ -1,6 +1,9 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: build-and-push name: build-and-push
platform:
os: linux
arch: arm64
steps: steps:
- name: test - name: test