diff --git a/.woodpecker.yml b/.woodpecker.yml index 7ab4469..b29dfb9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,7 +17,7 @@ clone: # Build packages for each architecture in parallel steps: - - name: build-x86_64-linux + - name: build-amd64 image: git.oleks.space/oleks/nix-ci:latest depends_on: [] environment: @@ -37,7 +37,7 @@ steps: - sh ci/setup.sh - python3 ci/build.py x86_64-linux - - name: build-aarch64-linux + - name: build-arm64 image: git.oleks.space/oleks/nix-ci:latest depends_on: [] environment: @@ -57,22 +57,23 @@ steps: - sh ci/setup.sh - python3 ci/build.py aarch64-linux - - name: build-s390x-linux - image: git.oleks.space/oleks/nix-ci:latest - depends_on: [] - environment: - ATTIC_TOKEN: - from_secret: attic_token - GITEA_CLONE_TOKEN: - from_secret: gitea_clone_token - backend_options: - kubernetes: - nodeSelector: - kubernetes.io/arch: amd64 - labels: - commit-tag: "${CI_COMMIT_TAG}" - commit-branch: "${CI_COMMIT_BRANCH}" - pipeline-number: "${CI_PIPELINE_NUMBER}" - commands: - - sh ci/setup.sh - - python3 ci/build.py s390x-linux + # s390x disabled: no builder available + # - name: build-s390x + # image: git.oleks.space/oleks/nix-ci:latest + # depends_on: [] + # environment: + # ATTIC_TOKEN: + # from_secret: attic_token + # GITEA_CLONE_TOKEN: + # from_secret: gitea_clone_token + # backend_options: + # kubernetes: + # nodeSelector: + # kubernetes.io/arch: amd64 + # labels: + # commit-tag: "${CI_COMMIT_TAG}" + # commit-branch: "${CI_COMMIT_BRANCH}" + # pipeline-number: "${CI_PIPELINE_NUMBER}" + # commands: + # - sh ci/setup.sh + # - python3 ci/build.py s390x-linux