feature/tt/initial-implementation #1

Merged
lerentis merged 14 commits from feature/tt/initial-implementation into main 2025-10-06 09:21:58 +00:00
2 changed files with 1 additions and 5 deletions
Showing only changes of commit 56d8f38210 - Show all commits

View File

@@ -12,10 +12,6 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.24.x' go-version: '1.24.x'
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- name: Test with the Go CLI - name: Test with the Go CLI
run: go test ./... run: go test ./...
Build_Image: Build_Image:

View File

@@ -9,7 +9,7 @@ steps:
pr-build: pr-build:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
platforms: linux/arm64/v8,linux/amd64 platforms: linux/arm64/v8
repo: lerentis/woodpecker-autoscaler repo: lerentis/woodpecker-autoscaler
tags: tags:
- latest - latest