\n\nAnd here is the outcome on BitBucket:\n\u003Cimg width=\"479\" height=\"182\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/11c2a65d-cbf2-4162-9805-3d035bdac04e\" />\n\n\n### Steps to reproduce\n\n1. Run Woodpecker with BitBucket Cloud forge\n2. Create a pipeline that uses a matrix\n3. Let the pipeline finish on Woodpecker\n4. Observe the build statuses on the commit in BitBucket\n\n### Expected behavior\n\nBoth pipelines should show completed.\n\n### System Info\n\n```shell\nWoodpecker version: v3.8.0\n```\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[3019],{"name":3020,"color":3021},"bug","d73a4a",5338,"woodpecker-ci","woodpecker","open","Build status not completing on matrix pipelines with BitBucket","2025-07-17T18:03:12Z","https://github.com/woodpecker-ci/woodpecker/issues/5338",0.7100131,{"description":3031,"labels":3032,"number":3034,"owner":3023,"repository":3024,"state":3025,"title":3035,"updated_at":3036,"url":3037,"score":3038},"### Component\n\nserver, agent\n\n### Describe the bug\n\nI have a matrix workflow that runs on amd64 and arm64 platforms, there 2 steps that I only want to run on amd64, but it seems these steps don't run on any platforms. Both the server and the agents are on 3.8.0.\n\nIf I am interpreting these docs corectly\n\n- https://woodpecker-ci.org/docs/usage/workflow-syntax#platform\n- https://woodpecker-ci.org/docs/usage/matrix-workflows#example-matrix-pipeline-using-multiple-platforms\n\n, then in the following workflow, the `flake-check` and `formattingc-check` steps should only run on `linux/amd64`, but they don't actually run at all.\n\n```yaml\nvariables:\n - common_settings: &common_settings\n binary_cache: https://cache.nix.vdx.hu/private\n binary_cache_public_key: private:O0/Z0BQZpKKHQQES65u7xNfZF7eCZoz9RKJi191TGaM=\n binary_cache_token:\n from_secret: attic_token\n - runner_image: &runner_image\n image: harbor.vdx.hu/voidcontext/woodpecker-plugin-nix-attic:0.3.0-alpha15\n\nwhen:\n - event: push\n branch: main\n - event: pull_request\n\nmatrix:\n platform:\n - linux/amd64\n - linux/arm64\n\nlabels:\n platform: ${platform}\n\nsteps:\n - name: cache-warmup\n \u003C\u003C: *runner_image\n settings:\n \u003C\u003C: *common_settings\n script: make cache-warmup\n\n - name: flake-check\n \u003C\u003C: *runner_image\n when:\n - platform: linux/amd64\n settings:\n \u003C\u003C: *common_settings\n script: nix flake check\n\n - name: formating-check\n \u003C\u003C: *runner_image\n when:\n - platform: linux/amd64\n settings:\n \u003C\u003C: *common_settings\n script: nix develop -c alejandra . --check\n```\n\n### Steps to reproduce\n\n- Create a matrix worlfow for at least 2 platforms\n- Create a step, and filter it using:\n ```yaml\n when:\n platform: ....\n ```\n- The step won't run at all\n\n### Expected behavior\n\nThe step should run, but only the sepcified platform.\n\n### System Info\n\n```shell\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"3.8.0\"}\n```\n\n### Additional context\n\nSee discussion: https://github.com/woodpecker-ci/woodpecker/discussions/5367\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[3033],{"name":3020,"color":3021},5368,"Platform filters don't work as stated in the docs","2025-07-28T04:27:27Z","https://github.com/woodpecker-ci/woodpecker/issues/5368",0.72817135,{"description":3040,"labels":3041,"number":3043,"owner":3023,"repository":3024,"state":3025,"title":3044,"updated_at":3045,"url":3046,"score":3047},"### Component\n\nagent\n\n### Describe the bug\n\nWhen we use a matrix with the local backend on Windows, the clone steps fail randomly.\r\n\r\n\r\n\n\n### Steps to reproduce\n\n1. Setup a Windows Server with agent in backend local mode\r\n2. Run a pipeline with an matrix\n\n### Expected behavior\n\n_No response_\n\n### System Info\n\n```shell\n{\r\nsource: \"https://github.com/woodpecker-ci/woodpecker\",\r\nversion: \"2.6.0\"\r\n}\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[3042],{"name":3020,"color":3021},4362,"Windows backend local matrix use - git lock","2024-11-12T00:02:49Z","https://github.com/woodpecker-ci/woodpecker/issues/4362",0.73322713,{"description":3049,"labels":3050,"number":3052,"owner":3023,"repository":3024,"state":3053,"title":3054,"updated_at":3055,"url":3056,"score":3057},"### Component\r\n\r\nagent\r\n\r\n### Describe the bug\r\n\r\nThe Woodpecker agent registers itself as running on `linux/aarch64`\r\n\r\n```json\r\n{\r\n\"message\":\"starting Woodpecker agent with version 'next-0b34578923' and backend 'docker' using platform 'linux/aarch64' running up to 1 pipelines in parallel\"\r\n}\r\n```\r\n\r\nand does not work when using the platform `linux/arm64` in workflows.\r\n\r\n### Steps to reproduce\r\n\r\n1. Compile Woodpecker agent from the current main branch on AARCH64\r\n2. Install and configure the agent\r\n3. Setup a workflow which uses `linux/arm64` as `platform`.\r\n4. Observe, that `linux/aarch64` is not regarded the same as `linux/arm64` by Woodpecker.\r\n\r\n### Expected behavior\r\n\r\nWoodpecker recognizes `arm64` and `aarch64` as synonyms for the same CPU ISA or uses one of these consistently - the agent sets `linux/arm64` on AARCH64.\r\n\r\n### System Info\r\n\r\n```shell\r\nLinux debian 6.1.0-23-arm64 #1 SMP Debian 6.1.99-1 (2024-07-15) aarch64 GNU/Linux\r\n```\r\n\r\n```json\r\n{\r\n \"source\": \"https://github.com/woodpecker-ci/woodpecker\",\r\n \"version\": \"next-0b34578923\"\r\n}\r\n```\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\r\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\r\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[3051],{"name":3020,"color":3021},4051,"closed","ISA: aarch64 vs arm64","2024-11-25T15:17:59Z","https://github.com/woodpecker-ci/woodpecker/issues/4051",0.7079708,{"description":3059,"labels":3060,"number":3062,"owner":3023,"repository":3024,"state":3053,"title":3063,"updated_at":3064,"url":3065,"score":3066},"### Component\n\nagent\n\n### Describe the bug\n\nHi team\r\nAs I have deployed Woodpecker agent next version in kubernetes wanted to test few builds by scheduling on this agent and restricting all other builds so do we have any feature to restrict particular agent so that no builds get scheduled except the builds matching agent label? If possible do we have any documentation/reference?\n\n### System Info\n\n```shell\nVersion info {\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"next-f6811a20\"}\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[3061],{"name":3020,"color":3021},1684,"Restrict Particular Agent(K8s) ","2023-04-03T13:38:11Z","https://github.com/woodpecker-ci/woodpecker/issues/1684",0.7177601,{"description":3068,"labels":3069,"number":3071,"owner":3023,"repository":3024,"state":3053,"title":3072,"updated_at":3073,"url":3074,"score":3075},"### Component\n\nagent\n\n### Describe the bug\n\nWhen setting `platform: \u003Cany arch>` with the Kubernetes backend, the resulting jobs are not placed on the respective nodes.\r\n\r\nFor this to happen the platform arch must most likely be translated into a `nodeSelector` for the upcoming pod but this field is not set.\r\n\r\nWhen running a mixed-arch cluster, this makes WP practically unusable :(\n\n### System Info\n\n```shell\nk8s 1.26\r\n\r\nVersion: `next-049c2622`\n```\n\n\n### Additional context\n\nrelated to #platform\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[3070],{"name":3020,"color":3021},1736,"Kubernetes: `platform` does not guarantee correct scheduling","2023-05-18T09:21:22Z","https://github.com/woodpecker-ci/woodpecker/issues/1736",0.71854216,{"description":3077,"labels":3078,"number":3080,"owner":3023,"repository":3024,"state":3053,"title":3081,"updated_at":3082,"url":3083,"score":3084},"### Component\n\ncli\n\n### Describe the bug\n\nAdding a \"platform\" as suggested in the documentation at https://woodpecker-ci.org/docs/usage/matrix-pipelines#example-matrix-pipeline-using-multiple-platforms throws an\r\n```\r\n❌ Config is invalid\r\nIn (root): Additional property platform is not allowed\r\n```\r\nin `woodpecker lint`.\n\n### System Info\n\n```shell\nwoodpecker-cli version 0.15\r\n\r\nThis is the amd64 Debian package from GitHub releases.\n```\n\n\n### Additional context\n\n```shell\nThe specific section in my file looks like this:\r\n\r\nmatrix:\r\n PLATFORM:\r\n - 'linux/amd64'\r\n - 'linux/arm64'\r\n\r\nplatform: ${PLATFORM}\r\n\r\npipeline:\r\n setup_environment:\r\n(...)\r\n```\n```\n\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[3079],{"name":3020,"color":3021},1056,"\"Additional property platform is not allowed\"","2022-10-11T16:26:56Z","https://github.com/woodpecker-ci/woodpecker/issues/1056",0.72078055,{"description":3086,"labels":3087,"number":3089,"owner":3023,"repository":3024,"state":3053,"title":3090,"updated_at":3091,"url":3092,"score":3093},"### Component\n\nagent\n\n### Describe the bug\n\nRecently, I am seeing builds being assigned to the wrong nodes on our cluster. \r\nInspecting the pods, I can see that the `platform` env, which comes from the matrix definition, is set to `amd64`. However, the nodeSelector is set to `arm64` instead.\r\n\r\n```\r\nEnvironment:\r\n platform: linux/amd64 \r\n\r\n[...]\r\n\r\nNode-Selectors: kubernetes.io/arch=arm64 \r\n```\r\n\r\nThe WF definition is as follows\r\n\r\n```\r\nplatform: ${platform}\r\n\r\nmatrix:\r\n include:\r\n - DISTRIBUTION: ubuntu\r\n RELEASE: focal\r\n OS_RELEASE: 20.04\r\n platform: linux/amd64\r\n - DISTRIBUTION: ubuntu\r\n RELEASE: jammy\r\n OS_RELEASE: 22.04\r\n platform: linux/amd64\r\n - DISTRIBUTION: redhat/ubi8-minimal\r\n RELEASE: latest\r\n platform: linux/amd64\r\n OS_RELEASE: rhel8\r\n - DISTRIBUTION: redhat/ubi9-minimal\r\n RELEASE: latest\r\n platform: linux/amd64\r\n OS_RELEASE: rhel9\r\n```\r\n\r\nCould it be that https://github.com/woodpecker-ci/woodpecker/pull/2048 changed the logic in a way that `nodeSelector` is always set to `CI_SYSTEM_PLATFORM` and does not honor `platform` env anymore?\r\n\r\nhttps://github.com/woodpecker-ci/woodpecker/blob/0eacbe8a33823b75e1ecdd738f6c0cad00bd7d68/pipeline/backend/kubernetes/pod.go#L112\r\n\r\nOr maybe one of the changes within the recent months caused this behavior?\r\nTagging @6543 and @zc-devs as you both did modifications in this area lately.\r\n\r\nI am not having enough experience in GO to make an educated judgement right now - all I can see is that `CI_SYSTEM_PLATFORM` is not honoring `platform` env and therefore the `nodeSelector` is wrong in the end :)\n\n### System Info\n\n```shell\n`next-f8e91f00aa`\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/main/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[3088],{"name":3020,"color":3021},2505,"Node Selector assigns wrong architecture for builds","2023-10-18T16:08:30Z","https://github.com/woodpecker-ci/woodpecker/issues/2505",0.72355163,{"description":3095,"labels":3096,"number":3100,"owner":3023,"repository":3024,"state":3053,"title":3101,"updated_at":3102,"url":3103,"score":3104},"### Component\r\n\r\nagent, maybe?\r\n\r\n### Describe the bug\r\n\r\nToday I'm trying woodpecker, on a RaspberryPI I found in a drawer, both server and agent on the same raspi.\r\n\r\nI connected it to a gitea and everything went smoothly but one thing: the agent were not picking tasks.\r\n\r\nMy `.woodpecker.yml` looks like:\r\n\r\n```yml\r\n---\r\n\r\npipeline:\r\n test:\r\n image: debian\r\n commands:\r\n - echo Hello from Woodpecker\r\n```\r\n\r\nIn order for the agent to pick job I had to add:\r\n\r\n```diff\r\n+platform: linux/arm64\r\n```\r\n\r\nI expected that, without telling the platform explicitly, any agent would pick it, so it would be picked by the only agent I have.\r\n\r\nIt looks like this:\r\n\r\n\r\n\r\nThe one on the top is the one with an explicit `platform`, it gets picked and run. The one in the bottom don't have an explicit `platform` setting and never gets picked (and no information is given about why it's not picked ☹).\r\n\r\n\r\n\r\n\u003Cdetails>\r\n\u003Csummary>\r\nThe logs when I'm not specifying the `platform`\r\n\u003C/summary>\r\n\r\n```text\r\nwoodpecker-agent_1 | {\"level\":\"trace\",\"error\":\"rpc error: code = Unavailable desc = closing transport due to: connection error: desc = \\\"error reading from server: EOF\\\", received prior goaway: code: ENHANCE_YOUR_CALM, debug data: \\\"too_many_pings\\\"\",\"time\":\"2022-12-08T08:43:20Z\",\"message\":\"grpc: to many keepalive pings without sending data\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:43:21Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/grpc/rpc.go:63\",\"message\":\"agent connected: 04c8d295e8f3: polling\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:43:21Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/queue/fifo.go:321\",\"message\":\"queue: pending right now: 16\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:43:21Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/queue/fifo.go:293\",\"message\":\"queue: trying to assign task: 16 with deps []\"}\r\nwoodpecker-agent_1 | {\"level\":\"trace\",\"error\":\"rpc error: code = Unavailable desc = closing transport due to: connection error: desc = \\\"error reading from server: EOF\\\", received prior goaway: code: ENHANCE_YOUR_CALM, debug data: \\\"too_many_pings\\\"\",\"time\":\"2022-12-08T08:44:41Z\",\"message\":\"grpc: to many keepalive pings without sending data\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:44:42Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/grpc/rpc.go:63\",\"message\":\"agent connected: 04c8d295e8f3: polling\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:44:42Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/queue/fifo.go:321\",\"message\":\"queue: pending right now: 16\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:44:42Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/queue/fifo.go:293\",\"message\":\"queue: trying to assign task: 16 with deps []\"}\r\nwoodpecker-agent_1 | {\"level\":\"trace\",\"error\":\"rpc error: code = Unavailable desc = closing transport due to: connection error: desc = \\\"error reading from server: EOF\\\", received prior goaway: code: ENHANCE_YOUR_CALM, debug data: \\\"too_many_pings\\\"\",\"time\":\"2022-12-08T08:47:22Z\",\"message\":\"grpc: to many keepalive pings without sending data\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:47:23Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/grpc/rpc.go:63\",\"message\":\"agent connected: 04c8d295e8f3: polling\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:47:23Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/queue/fifo.go:321\",\"message\":\"queue: pending right now: 16\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:47:23Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/queue/fifo.go:293\",\"message\":\"queue: trying to assign task: 16 with deps []\"}\r\nwoodpecker-agent_1 | {\"level\":\"trace\",\"error\":\"rpc error: code = Unavailable desc = closing transport due to: connection error: desc = \\\"error reading from server: EOF\\\", received prior goaway: code: ENHANCE_YOUR_CALM, debug data: \\\"too_many_pings\\\"\",\"time\":\"2022-12-08T08:52:43Z\",\"message\":\"grpc: to many keepalive pings without sending data\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:52:44Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/grpc/rpc.go:63\",\"message\":\"agent connected: 04c8d295e8f3: polling\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:52:44Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/queue/fifo.go:321\",\"message\":\"queue: pending right now: 16\"}\r\nwoodpecker-server_1 | {\"level\":\"debug\",\"time\":\"2022-12-08T08:52:44Z\",\"caller\":\"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/queue/fifo.go:293\",\"message\":\"queue: trying to assign task: 16 with deps []\"}\r\nwoodpecker-agent_1 | {\"level\":\"trace\",\"error\":\"rpc error: code = Unavailable desc = closing transport due to: connection error: desc = \\\"error reading from server: EOF\\\", received prior goaway: code: ENHANCE_YOUR_CALM, debug data: \\\"too_many_pings\\\"\",\"time\":\"2022-12-08T09:03:24Z\",\"message\":\"grpc: to many keepalive pings without sending data\"}\r\n```\r\n\u003C/details>\r\n\r\n### System Info\r\n\r\n```shell\r\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"0.15.5\"}\r\n\r\n\r\non\r\n\r\n```text\r\nLinux raspberrypi 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64 GNU/Linux\r\n```\r\n\r\nusing `docker-compose`.\r\n```\r\n\r\n### Validations\r\n\r\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\r\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\r\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\r\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[3097],{"name":3098,"color":3099},"feedback","4B7070",1468,"With a single arm64 agent: jobs are not pulled without an explicit `platform:`.","2022-12-25T08:52:03Z","https://github.com/woodpecker-ci/woodpecker/issues/1468",0.73033315,{"description":3106,"labels":3107,"number":3108,"owner":3023,"repository":3024,"state":3053,"title":3109,"updated_at":3110,"url":3111,"score":3112},"### Component\n\nagent\n\n### Describe the bug\n\n`sqlite> select * from agents;`:\r\n```\r\n88|1693396312|1693396312||-1|yYT|0|||-1||0\r\n89|1693396372|1693396372||-1|yYT|0|||-1||0\r\n90|1693396432|1693396432||-1|yYT|0|||-1||0\r\n...\r\n29862|1695189008|1695189008||-1|yYT|0|||-1||0\r\n29863|1695189068|1695189068||-1|yYT|0|||-1||0\r\n29864|1695189129|1695189129||-1|yYT|0|||-1||0\r\n29865|1695189189|1695189189||-1|yYT|0|||-1||0\r\n29866|1695189249|1695189249||-1|yYT|0|||-1||0\r\n29867|1695189309|1695189309||-1|yYT|0|||-1||0\r\n29868|1695189370|1695189370||-1|yYT|0|||-1||0\r\n```\n\n### System Info\n\n```shell\nversion\t\"next-6d86ec7fe7\"\r\n```\r\n\r\n```\r\nimage: woodpeckerci/woodpecker-agent:latest\r\nimage: woodpeckerci/woodpecker-server:next\r\n```\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/main/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[],2479,"30'000 or more agent entries in database","2023-09-28T13:44:25Z","https://github.com/woodpecker-ci/woodpecker/issues/2479",0.73176205,["Reactive",3114],{},["Set"],["ShallowReactive",3117],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fdxuy_VvwF2zceKMPG_r0TdctlSfWk7yP-yj9rf712Qs":-1},"/woodpecker-ci/woodpecker/1059"]