ci: :latest -> :linux-amd64
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a0e38dd2ef
commit
34bf219bde
10
.drone.yml
10
.drone.yml
@ -13,7 +13,7 @@ trigger:
|
|||||||
steps:
|
steps:
|
||||||
- name: fedora-hugo
|
- name: fedora-hugo
|
||||||
pull: always
|
pull: always
|
||||||
image: immawanderer/fedora-hugo:latest
|
image: immawanderer/fedora-hugo:linux-amd64
|
||||||
commands:
|
commands:
|
||||||
- uname -r
|
- uname -r
|
||||||
- cat /etc/fedora-release
|
- cat /etc/fedora-release
|
||||||
@ -50,7 +50,7 @@ depends_on:
|
|||||||
steps:
|
steps:
|
||||||
- name: hugo-extended
|
- name: hugo-extended
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: immawanderer/fedora-hugo:latest
|
image: immawanderer/fedora-hugo:linux-amd64
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
@ -119,7 +119,7 @@ depends_on:
|
|||||||
steps:
|
steps:
|
||||||
- name: hugo-extended
|
- name: hugo-extended
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: immawanderer/fedora-hugo:latest
|
image: immawanderer/fedora-hugo:linux-amd64
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
@ -178,7 +178,7 @@ depends_on:
|
|||||||
steps:
|
steps:
|
||||||
- name: hugo-extended
|
- name: hugo-extended
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: immawanderer/fedora-hugo:latest
|
image: immawanderer/fedora-hugo:linux-amd64
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
@ -187,7 +187,7 @@ steps:
|
|||||||
|
|
||||||
- name: rm-intermediate
|
- name: rm-intermediate
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: immawanderer/fedora-hugo:latest
|
image: immawanderer/fedora-hugo:linux-amd64
|
||||||
depends_on:
|
depends_on:
|
||||||
- hugo-extended
|
- hugo-extended
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user