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 arm64v8, ppc64le, s390x images of ubuntu:focal using aptman/qus #98

Merged
merged 5 commits into from
Mar 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Merge branch 'master' into qus
  • Loading branch information
nulano authored Mar 2, 2021
commit 4e828768c5a86677c6fc1f545fc46004bf4acaec
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- "fedora-33-amd64"
- "ubuntu-18.04-bionic-amd64"
- "ubuntu-20.04-focal-amd64"
- "ubuntu-20.04-focal-amd64-valgrind"
include:
- image: "ubuntu-20.04-focal-arm64v8"
qemu-arch: "aarch64"
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ TARGETS = \
fedora-33-amd64 \
ubuntu-18.04-bionic-amd64 \
ubuntu-20.04-focal-amd64 \
ubuntu-20.04-focal-amd64-valgrind \
ubuntu-20.04-focal-arm64v8 \
ubuntu-20.04-focal-ppc64le \
ubuntu-20.04-focal-s390x
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.