Switch building images to amd64
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Przemek Grondek 2024-02-10 01:58:56 +01:00
parent 8f8666d035
commit 775f1e378c
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
![Pipeline](https://ci.grondek.dev/api/badges/125/status.svg?branch=main)
# About
My reactjs/nextjs homepage