Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to run pipeline on arm64 #3955

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .woodpecker/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ when:
branch: ${CI_REPO_DEFAULT_BRANCH}
path: Makefile
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add .woodpecker/binaries.yaml


labels:
platform: linux/aarch64

variables:
- &golang_image 'docker.io/golang:1.22'
- &node_image 'docker.io/node:22-alpine'
Expand Down
3 changes: 3 additions & 0 deletions .woodpecker/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
labels:
platform: linux/aarch64

variables:
- &golang_image 'docker.io/golang:1.22'
- &node_image 'docker.io/node:22-alpine'
Expand Down
3 changes: 3 additions & 0 deletions .woodpecker/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
labels:
platform: linux/aarch64

variables:
- &golang_image 'docker.io/golang:1.22'
- &node_image 'docker.io/node:21-alpine'
Expand Down
3 changes: 3 additions & 0 deletions .woodpecker/release-helper.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
labels:
platform: linux/aarch64

steps:
release-helper:
image: woodpeckerci/plugin-ready-release-go:1.2.0
Expand Down
3 changes: 3 additions & 0 deletions .woodpecker/securityscan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/*

labels:
platform: linux/aarch64

variables:
- &trivy_plugin docker.io/woodpeckerci/plugin-trivy:1.1.0

Expand Down
3 changes: 3 additions & 0 deletions .woodpecker/social.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ depends_on:
when:
- event: tag

labels:
platform: linux/aarch64

steps:
- name: mastodon-toot
image: docker.io/woodpeckerci/plugin-mastodon-post
Expand Down
3 changes: 3 additions & 0 deletions .woodpecker/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ when:
- event: push
branch: renovate/*

labels:
platform: linux/aarch64

steps:
- name: lint-editorconfig
image: docker.io/mstruebing/editorconfig-checker:v3.0.3
Expand Down
3 changes: 3 additions & 0 deletions .woodpecker/test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
labels:
platform: linux/aarch64

variables:
- &golang_image 'docker.io/golang:1.22'
- &when
Expand Down
3 changes: 3 additions & 0 deletions .woodpecker/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ when:
- release/*
- renovate/*

labels:
platform: linux/aarch64

variables:
- &node_image 'docker.io/node:22-alpine'
- &when
Expand Down