-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[WIP] Add s390x architecture #4777
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
Open
buger
wants to merge
38
commits into
master
Choose a base branch
from
feature/s390x-arch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
739efb4
Add s390x architecture
buger 885009a
Update Dockerfile.std
buger cfd3e0c
Update Dockerfile.std
buger c02d2c1
Create Dockerfile.no_python
buger a96937b
Update Dockerfile.std
buger fddc1ee
Update release.yml
buger 74bf392
Update Dockerfile.std
buger fec30e3
Update release.yml
buger c651384
Update Dockerfile.std
buger 275e27a
Update Dockerfile.std
buger 574b8c7
Update Dockerfile.std
buger 0a76b8c
Update Dockerfile.std
buger bc8cf19
Delete Dockerfile.no_python
buger c428373
Update goreleaser.yml
buger 5ccc848
Update Dockerfile.std
buger dae9a25
Update goreleaser.yml
buger 83adc5c
Update goreleaser.yml
buger ef977e0
Update goreleaser.yml
buger 5c28ff7
Update Dockerfile.std
buger ba40d3f
Update Dockerfile.std
buger 2dd926b
Update goreleaser.yml
buger 3ae94d5
Update goreleaser.yml
buger 297613d
Update goreleaser.yml
buger 874ed35
Update goreleaser.yml
buger b6d03fb
Update goreleaser.yml
buger 8140664
Update release.yml
buger bcf5b0f
Update Dockerfile.std
buger 713c6ef
Update Dockerfile.std
buger 0c7ef0b
Update goreleaser.yml
buger c91374d
Update goreleaser.yml
buger 4b94baa
Update release.yml
buger 9a79d36
Update release.yml
buger c709bde
Update release.yml
buger 6e6b9d3
Update release.yml
buger 249b68e
Merge branch 'master' into feature/s390x-arch
buger c2d6713
Update goreleaser.yml
buger 1cf8135
Update release.yml
buger af307a5
Merge branch 'master' into feature/s390x-arch
buger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is better to use the manifest infra under
docker_manifests
section for DX.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it enough here https://github.com/TykTechnologies/tyk/pull/4777/files#diff-fb944a05459e4d713bc7541efd6e721cbe992a556353c09c4eb66a8eae9b856eR259-R266 ?
I mean I just copied exactly what we had for
arm64
andamd64
.