Re-implement packaging for GitHub workflows (Linux ARM) (#7369)

* Debian 12 ARM64 target

* Fixed comments

* Don't check for server name when exiting because of args

* Exit with success when using `--version`, `--help`, etc

* Test Linux installation

* Add Windows ARM builder

* Extract magic string

* Use proper arch name

* Swap arch order

* Fixed test

* Bootstrap Windows ARM runner

* Install winget

* Conditionally install winget

* Winget take 2

* Use shell: pwsh

* Try `powershell`

* Try cmd to install winget

* Only build distro once

* Use enum for clarity

* Remove shell

* Back out Windows ARM testing

* Attempt arch matrix

* Add Fedora arm64

* Label all -amd64

* Special case for zypper

* Fixed bad var name on Windows

* Add missing /bin ignore

* Disable GPG check on OpenSUSE

* Fixed typo

* Update ChangeLog
This commit is contained in:
Nick Bolton
2024-07-08 10:32:55 +01:00
committed by GitHub
parent 51c7bcb138
commit bfaea34291
10 changed files with 179 additions and 64 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
# temp dirs created during build
/build
/bin
/dist
/deps
/tmp