Switch building images to amd64
This commit is contained in:
parent
8f8666d035
commit
775f1e378c
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
![Pipeline](https://ci.grondek.dev/api/badges/125/status.svg?branch=main)
|
||||
# About
|
||||
|
||||
My reactjs/nextjs homepage
|
||||
|
|
Loading…
Reference in a new issue