mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[PR #821] [MERGED] Remove ubuntu-16.04 and add missing links for nix/go #1630
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1630
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/821
Author: @catthehacker
Created: 9/21/2021
Status: ✅ Merged
Merged: 9/22/2021
Merged by: @mergify[bot]
Base:
master← Head:cat/fix/remove-ubuntu-16.04📝 Commits (3)
b7819dbfix: remove ubuntu-16.047f009c4fix: add missing links for nix/goa65fe92fix: remove specific platform versions📊 Changes
4 files changed (+19 additions, -32 deletions)
View changed files
📝
IMAGES.md(+4 -8)📝
README.md(+10 -14)📝
cmd/platforms.go(+3 -8)📝
cmd/root.go(+2 -2)📄 Description
Fixes #645
GitHub removes
ubuntu-16.04environment since it reached standard EOL.We will follow that change and remove default images for
ubuntu-16.04but it doesn't prevent users from using that platform.To still use
ubuntu-16.04, apart from being defined in workflow, it has to be specified via-P/--platformflags, e.g.:.actrc:I'm not planning on removing Ubuntu 16.04 images, but they will eventually stop receiving updates so I advise on migrating to newer Ubuntu.
fix: remove specific platform versions: remove mention of specific versions to remove confusion since platforms such asmacos-11orwindows-2022,windows-2016existPlatforms still will be properly inferred from workflow and
README.mdmentions about macOS and Windows🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.