Skip to content

Commit

Permalink
Update GitHub actions, Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goofball222 committed Jun 17, 2021
1 parent 7a6ef82 commit 0c47738
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-5.14-official.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 5.14 Official Build
name: Build 5.14 Official

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-6.0-official.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 6.0 Official Build
name: Build 6.0 Official

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-6.1-official.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 6.1 Official Build
name: Build 6.1 Official

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-6.2-beta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 6.2 Beta Build
name: Build 6.2 Beta

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Latest Build
name: Build Latest

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tag Build
name: Build Tag

on:
push:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
* **2021-06-17:**
* Update GitHub actions
* Update README.md
---
* **2021-06-16:**
* **GitHub actions build allows multi-architecture platforms:**
* Latest/default tag Debian Buster image: linux/amd64
* Alpine image: linux/amd64, linux/arm64, linux/arm/v7
* New Ubuntu 20.04 image: linux/amd64, linux/arm64
* New Ubuntu image: linux/amd64, linux/arm64
* Multi-architechture images rebuilt back to 5.14 (non-static/tagged builds).
* Targeting switch from Debian as latest/default to Ubuntu in the near future if no [issues](https://github.com/goofball222/unifi/issues) reported with it. Please test!
* Move everything older than 5.14 to archive folder
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* **GitHub actions build allows multi-architecture platforms:**
* Latest/default tag Debian Buster image: linux/amd64
* Alpine image: linux/amd64, linux/arm64, linux/arm/v7
* New Ubuntu 20.04 image: linux/amd64, linux/arm64
* New Ubuntu image: linux/amd64, linux/arm64
* Multi-architechture images rebuilt back to 5.14 (non-static/tagged builds).
* Targeting switch from Debian as latest/default to Ubuntu in the near future if no [issues](https://github.com/goofball222/unifi/issues) reported with it. Please test!

Expand Down

0 comments on commit 0c47738

Please sign in to comment.