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

jobs/build-arch: add s390x spec #534

Merged
merged 1 commit into from May 31, 2022

Conversation

dustymabe
Copy link
Member

This will allow us to run s390x builds. Right now limited to just
the qemu image.

This will allow us to run s390x builds. Right now limited to just
the qemu image.
@@ -331,7 +331,34 @@ stages:
delay_meta_merge: false
EOF
""")
gp.gangplankArchWrapper([spec: "spec.spec", arch: basearch, image: image])
shwrap("""
cat <<'EOF' > spec-s390x.spec
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm OK with this, but I think it'd be neater if we refactored things a bit so that everything in common is written just once and then anything arch-specific is done separately. Then in the future, arch-specific things will keep getting smaller.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree. I think if we end up ripping out gangplank (coreos/coreos-assembler#2860) we'll be refactoring this quite a bit anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants