Skip to content

Publish Foundries.io images to production bucket #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/portenta-x8-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
with:
factory: arduino
branch: main
environment: staging
secrets: inherit

UploadPreRelease:
Expand All @@ -24,5 +23,4 @@ jobs:
target-version: ${{ needs.GetVersions.outputs.factory-version }}
artifacts: "portenta-x8-mfgtools/artifacts/mfgtool-files-portenta-x8.tar.gz,portenta-x8/artifacts/imx-boot-portenta-x8,portenta-x8/artifacts/u-boot-portenta-x8.itb,portenta-x8/artifacts/sit-portenta-x8.bin,assemble-system-image/artifacts/main/lmp-factory-image-portenta-x8.wic.gz"
slack-message: Portenta X8 target version ${{ needs.GetVersions.outputs.factory-version }} is available for testing
environment: staging
secrets: inherit
2 changes: 0 additions & 2 deletions .github/workflows/portenta-x8-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
with:
factory: arduino
branch: main
environment: staging
secrets: inherit

Promote:
needs: GetVersions
uses: ./.github/workflows/foundries-promote.yml
with:
environment: staging
target-version: ${{ inputs.target-version || needs.GetVersions.outputs.bucket-version }}
slack-message: "Portenta X8 target pre-release version ${{ needs.GetVersions.outputs.bucket-version }} has been promoted to production"
secrets: inherit