Skip to content
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

Add s390x support for pump assets #702

Closed
wants to merge 3 commits into from
Closed

Conversation

sweep-ai[bot]
Copy link

@sweep-ai sweep-ai bot commented Aug 7, 2023

Description

This pull request adds support for building pump assets for the s390x architecture. The changes made to the Dockerfile and build script enable the pump assets to be built and work correctly on the s390x architecture.

Summary of Changes

  • Modified ci/Dockerfile.std to add a new build stage for the s390x architecture. The appropriate base image for the s390x architecture is used, and the necessary files are copied and environment variables are set.
  • Modified ci/scripts/build_tyk.sh to include the s390x architecture in the list of architectures for which the pump assets are built. The 'for' loop that iterates over the list of architectures is updated to include 's390x'.

Please review and merge this pull request to add support for building pump assets for the s390x architecture.

Fixes #699.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/add-s390x-support_1

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.

@sweep-ai sweep-ai bot requested a review from a team as a code owner August 7, 2023 16:01
@sweep-ai sweep-ai bot added the sweep Assigns Sweep to an issue or pull request. label Aug 7, 2023
@sweep-ai sweep-ai bot closed this Aug 7, 2023
@sweep-ai sweep-ai bot deleted the sweep/add-s390x-support_1 branch August 7, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Assigns Sweep to an issue or pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sweep: s390x support for pump
0 participants