Skip to content

Commit

Permalink
build rocky8 instead of centos7 client container
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Sep 9, 2024
1 parent f3be4e1 commit 4e3c0dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
contents: read
strategy:
matrix:
tag: ['client:centos7', 'build-node:debian11', 'build-node:debian-sid']
tag: ['client:rocky8', 'build-node:debian11', 'build-node:debian-sid']
platform: [amd64, arm64, riscv64]
exclude:
# exclude images that don't support RISC-V
- tag: client:centos7
- tag: client:rocky8
platform: riscv64
- tag: build-node:debian11
platform: riscv64
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
contents: read
strategy:
matrix:
tag: ['client:centos7', 'build-node:debian11', 'build-node:debian-sid']
tag: ['client:rocky8', 'build-node:debian11', 'build-node:debian-sid']
steps:
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 4e3c0dd

Please sign in to comment.