[PR #525] [MERGED] Add option to run custom architecture (container platform) #1485

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/525
Author: @catthehacker
Created: 2/8/2021
Status: Merged
Merged: 3/29/2021
Merged by: @cplee

Base: masterHead: container-platform


📝 Commits (4)

  • f41ec75 Add QEMU to run different architectures
  • 7be97e5 Update dependencies in go.mod
  • 4e7adc7 Add --container-architecture flag to specify custom image architecture
  • fa7c123 Merge branch 'master' into container-platform

📊 Changes

16 files changed (+1254 additions, -164 deletions)

View changed files

📝 .github/workflows/push.yml (+2 -0)
📝 README.md (+26 -25)
📝 cmd/input.go (+20 -19)
📝 cmd/root.go (+18 -15)
📝 go.mod (+6 -16)
📝 go.sum (+943 -12)
📝 pkg/container/docker_build.go (+11 -6)
📝 pkg/container/docker_images.go (+60 -3)
📝 pkg/container/docker_images_test.go (+28 -7)
📝 pkg/container/docker_pull.go (+9 -5)
📝 pkg/container/docker_run.go (+19 -5)
📝 pkg/runner/run_context.go (+7 -2)
📝 pkg/runner/runner.go (+16 -15)
📝 pkg/runner/runner_test.go (+50 -29)
📝 pkg/runner/step_context.go (+31 -1)
📝 pkg/runner/step_context_test.go (+8 -4)

📄 Description

Closes #493


🔄 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/525 **Author:** [@catthehacker](https://github.com/catthehacker) **Created:** 2/8/2021 **Status:** ✅ Merged **Merged:** 3/29/2021 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `container-platform` --- ### 📝 Commits (4) - [`f41ec75`](https://github.com/nektos/act/commit/f41ec75924ef337e062943611061623f641387a9) Add QEMU to run different architectures - [`7be97e5`](https://github.com/nektos/act/commit/7be97e5cfdb1249e0a97ffca46e3d871cb3cdd83) Update dependencies in `go.mod` - [`4e7adc7`](https://github.com/nektos/act/commit/4e7adc76ec65336eb055d27499e6a3470671a435) Add `--container-architecture` flag to specify custom image architecture - [`fa7c123`](https://github.com/nektos/act/commit/fa7c12386e3a55c15caacbd00ae0f1913f9b11e0) Merge branch 'master' into container-platform ### 📊 Changes **16 files changed** (+1254 additions, -164 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/push.yml` (+2 -0) 📝 `README.md` (+26 -25) 📝 `cmd/input.go` (+20 -19) 📝 `cmd/root.go` (+18 -15) 📝 `go.mod` (+6 -16) 📝 `go.sum` (+943 -12) 📝 `pkg/container/docker_build.go` (+11 -6) 📝 `pkg/container/docker_images.go` (+60 -3) 📝 `pkg/container/docker_images_test.go` (+28 -7) 📝 `pkg/container/docker_pull.go` (+9 -5) 📝 `pkg/container/docker_run.go` (+19 -5) 📝 `pkg/runner/run_context.go` (+7 -2) 📝 `pkg/runner/runner.go` (+16 -15) 📝 `pkg/runner/runner_test.go` (+50 -29) 📝 `pkg/runner/step_context.go` (+31 -1) 📝 `pkg/runner/step_context_test.go` (+8 -4) </details> ### 📄 Description Closes #493 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:51:22 +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#1485
No description provided.