Switch building images to amd64
This commit is contained in:
parent
8f8666d035
commit
775f1e378c
@ -4,7 +4,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
build-docker:
|
build-docker-amd64:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets:
|
secrets:
|
||||||
- docker_username
|
- docker_username
|
||||||
@ -14,6 +14,6 @@ steps:
|
|||||||
repo: docker.grondek.pl/react-homepage
|
repo: docker.grondek.pl/react-homepage
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tags: latest
|
tags: latest
|
||||||
platforms: linux/arm64
|
platforms: linux/amd64
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user