Skip to content

Conversation

@SaicharanKandukuri
Copy link
Member

  • improved build scripts and added more automation
  • added lunar build scripts

SaicharanKandukuri and others added 19 commits December 22, 2022 09:19
All the worflows in branch:anchor will build current LTS distro for arm64 and pushes a prerelease
with a little adittion *P* to release tag
Co-Authored-By: AYON 80549753+Ayon-SSP@users.noreply.github.com
Wrong O/P in this I/P
StoPdict = {
    "armhf":    "armhf",
    "arm":      "armhf",
    "arm64":    "aarch64",
    "aarch64":  "aarch64",
    "amd64":    "amd64",
    "x86_64":   "amd64",
    "x86_32":   "amd64"
}
O/P :
{'armhf': ['armhf', 'arm'], 'aarch64': ['arm64', 'aarch64'], 'amd64': [['amd64', 'x86_64'], 'x86_32']}
- may cause errors when called globally
- code look
- update `StoPdict = arch.translated_arch()`
- use getfilesR
Merge pull request #6 from RandomCoderOrg/workflow-upgrade
- set lunar to build in workflow for test run
- add build script for ubuntu lunar
@SaicharanKandukuri SaicharanKandukuri added the enhancement New feature or request label Dec 28, 2022
@SaicharanKandukuri SaicharanKandukuri merged commit de85fae into main Dec 28, 2022
@SaicharanKandukuri SaicharanKandukuri deleted the anchor branch December 28, 2022 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants