ci: add arch
This commit is contained in:
parent
f645184ce0
commit
0b75ed64c9
1 changed files with 12 additions and 0 deletions
12
.drone.yml
12
.drone.yml
|
@ -33,6 +33,9 @@ steps:
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
- ${DRONE_COMMIT_BRANCH}
|
- ${DRONE_COMMIT_BRANCH}
|
||||||
- latest
|
- latest
|
||||||
|
platforms:
|
||||||
|
- linux/arm64
|
||||||
|
- linux/amd64
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
|
@ -53,6 +56,9 @@ steps:
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
- ${DRONE_COMMIT_BRANCH}
|
- ${DRONE_COMMIT_BRANCH}
|
||||||
- latest
|
- latest
|
||||||
|
platforms:
|
||||||
|
- linux/arm64
|
||||||
|
- linux/amd64
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
|
@ -68,6 +74,9 @@ steps:
|
||||||
registry: registry.mgrote.net
|
registry: registry.mgrote.net
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_TAG}
|
- ${DRONE_TAG}
|
||||||
|
platforms:
|
||||||
|
- linux/arm64
|
||||||
|
- linux/amd64
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
@ -84,6 +93,9 @@ steps:
|
||||||
repo: quotengrote/mdns-repeater-mikrotik
|
repo: quotengrote/mdns-repeater-mikrotik
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_TAG}
|
- ${DRONE_TAG}
|
||||||
|
platforms:
|
||||||
|
- linux/arm64
|
||||||
|
- linux/amd64
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
Reference in a new issue