From 775f1e378c7186aaffc2c392510a789e896c2ed1 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 10 Feb 2024 01:58:56 +0100 Subject: [PATCH] Switch building images to amd64 --- .woodpecker.yml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6c97e3c..63b3bd5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 diff --git a/README.md b/README.md index 0d7734a..85086e4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +![Pipeline](https://ci.grondek.dev/api/badges/125/status.svg?branch=main) # About My reactjs/nextjs homepage