[PR #87] [MERGED] Platforms #1348

Closed
opened 2026-03-01 21:50:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/87
Author: @cplee
Created: 2/20/2020
Status: Merged
Merged: 2/20/2020
Merged by: @cplee

Base: masterHead: platforms


📝 Commits (4)

📊 Changes

10 files changed (+96 additions, -46 deletions)

View changed files

📝 .goreleaser.yml (+21 -21)
📝 README.md (+25 -3)
📝 cmd/input.go (+2 -1)
cmd/platforms.go (+25 -0)
📝 cmd/root.go (+4 -2)
📝 pkg/runner/run_context.go (+1 -1)
📝 pkg/runner/runner.go (+1 -0)
📝 pkg/runner/runner_test.go (+9 -3)
📝 pkg/runner/step.go (+2 -15)
📝 pkg/runner/testdata/basic/push.yml (+6 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/87 **Author:** [@cplee](https://github.com/cplee) **Created:** 2/20/2020 **Status:** ✅ Merged **Merged:** 2/20/2020 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `platforms` --- ### 📝 Commits (4) - [`2e59bc8`](https://github.com/nektos/act/commit/2e59bc8a93bc1a26ea587dcad1f86e967d915a23) add support to override platform - [`d287ea7`](https://github.com/nektos/act/commit/d287ea7f60cc65ba2b726118fc22f55fa0b9856e) fix unit tsts for runner - [`b48a0ef`](https://github.com/nektos/act/commit/b48a0efcc97dfc0ee6d701b18fddedcdc12c6335) update for platforms - [`aa37d9b`](https://github.com/nektos/act/commit/aa37d9ba7798cfbf4a878c277bf059329c2cf667) add warning ### 📊 Changes **10 files changed** (+96 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser.yml` (+21 -21) 📝 `README.md` (+25 -3) 📝 `cmd/input.go` (+2 -1) ➕ `cmd/platforms.go` (+25 -0) 📝 `cmd/root.go` (+4 -2) 📝 `pkg/runner/run_context.go` (+1 -1) 📝 `pkg/runner/runner.go` (+1 -0) 📝 `pkg/runner/runner_test.go` (+9 -3) 📝 `pkg/runner/step.go` (+2 -15) 📝 `pkg/runner/testdata/basic/push.yml` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:50:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1348
No description provided.