Skip to content

Commit

Permalink
Ubuntu Jammy x86_64 (redis#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored May 8, 2022
1 parent 3803252 commit 122680e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ workflows:
- build-x64:
matrix:
parameters:
platform: [rocky8, centos7, jammy, focal, bionic, xenial, trusty, bullseye, buster, fedora33] # alpine3, alpineedge
platform: [rocky8, ol8, centos7, hirsute, focal, bionic, xenial, trusty, bullseye, buster, fedora33, jammy] # centos8, alpine3, alpineedge
context: common
- build-arm8:
matrix:
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ OS.alpineedge=alpine:edge
OS.rhel7.4=rhel:7.4
OS.alpine3=alpine:3
OS.alpineedge=alpine:edge
OS.jammy=ubuntu:jammy
OS=$(OS.$(OSNICK))

ifeq ($(OS),)
Expand Down

0 comments on commit 122680e

Please sign in to comment.