Enable all architectures.
This commit is contained in:
parent
96a6050ae2
commit
d5b4e5184a
1 changed files with 2 additions and 2 deletions
|
@ -56,10 +56,10 @@ jobs:
|
||||||
username: ((docker.username))
|
username: ((docker.username))
|
||||||
password: ((docker.password))
|
password: ((docker.password))
|
||||||
repository: docker.io/redxef/concourse-ssh-resource
|
repository: docker.io/redxef/concourse-ssh-resource
|
||||||
tag: latest
|
tag: edge
|
||||||
additional_tags: docker-tags/tags.txt
|
additional_tags: docker-tags/tags.txt
|
||||||
push: true
|
push: true
|
||||||
platform: x86_64
|
platform: amd64,i386,aarch64,arm,ppc64le,s390x
|
||||||
context: .
|
context: .
|
||||||
manual: false
|
manual: false
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Reference in a new issue