drone correct arch management
This commit is contained in:
@@ -10,6 +10,8 @@ steps:
|
||||
- name: build
|
||||
image: plugins/docker:linux-amd64
|
||||
settings:
|
||||
build_args:
|
||||
- HUGO_ARCH=amd64
|
||||
dockerfile: Dockerfile
|
||||
dry_run: true
|
||||
repo: docker.asperti.com/paspo/hugo
|
||||
@@ -20,6 +22,8 @@ steps:
|
||||
- name: build_and_publish
|
||||
image: plugins/docker:linux-amd64
|
||||
settings:
|
||||
build_args:
|
||||
- HUGO_ARCH=amd64
|
||||
dockerfile: Dockerfile
|
||||
force_tag: true
|
||||
password:
|
||||
@@ -49,6 +53,8 @@ steps:
|
||||
- name: build
|
||||
image: plugins/docker:linux-arm64
|
||||
settings:
|
||||
build_args:
|
||||
- HUGO_ARCH=arm64
|
||||
dockerfile: Dockerfile
|
||||
dry_run: true
|
||||
repo: docker.asperti.com/paspo/hugo
|
||||
@@ -59,6 +65,8 @@ steps:
|
||||
- name: build_and_publish
|
||||
image: plugins/docker:linux-arm64
|
||||
settings:
|
||||
build_args:
|
||||
- HUGO_ARCH=arm64
|
||||
dockerfile: Dockerfile
|
||||
force_tag: true
|
||||
password:
|
||||
|
||||
Reference in New Issue
Block a user