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