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

View File

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