diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92bf999..23522c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,28 +30,17 @@ jobs: run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o k8s-parallel-exec-linux-amd64 - name: Go Build linux/arm64 - run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o k8s-parallel-exec-linux-arm64 + run: CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o k8s-parallel-exec-linux-arm64 + + - name: Go Build darwin/amd64 + run: CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o k8s-parallel-exec-darwin-amd64 - name: Go Build darwin/arm64 run: CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -o k8s-parallel-exec-darwin-arm64 - - name: Publish k8s-parallel-exec to linux/amd64 assets - uses: skx/github-action-publish-binaries@release-2.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - args: './k8s-parallel-exec-linux-amd64' - - - name: Publish k8s-parallel-exec to linux/arm64 assets - uses: skx/github-action-publish-binaries@release-2.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - args: './k8s-parallel-exec-linux-arm64' - - - name: Publish k8s-parallel-exec to darwin/arm64 assets + - name: Publish k8s-parallel-exec builds to assets uses: skx/github-action-publish-binaries@release-2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - args: './k8s-parallel-exec-darwin-arm64' + args: './k8s-parallel-exec-*' diff --git a/logo.md b/logo.md index 10ae4cb..650bc39 100644 --- a/logo.md +++ b/logo.md @@ -1,5 +1,3 @@ # Logo -``` Create a modern and dynamic logo for the k8s-parallel-exec project that represents the essence of parallel command execution in Kubernetes clusters. The design should feature a stylized version of the Kubernetes logo, with multiple arrows branching out from the central hexagon, symbolizing parallelism and efficient distribution of tasks. Incorporate vibrant colors, such as bright cyan or green, to evoke a sense of speed and agility. Overlay the arrows with a subtle command line terminal icon to emphasize the CLI aspect of the tool. The project name "k8s-parallel-exec" should be displayed in a bold, contemporary font beneath the main logo. -``` \ No newline at end of file