Skip to content

Commit

Permalink
add container image target architecture validation to workshop-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Feb 16, 2023
1 parent 4d78721 commit c007b02
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion userenvs/fedora36-ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"workshop": {
"schema": {
"version": "2020.03.02"
"version": "2023.02.16"
}
},
"userenv": {
Expand All @@ -12,6 +12,14 @@
"tag": "36"
},
"properties": {
"platform": [
{
"architecture": "x86_64"
},
{
"architecture": "aarch64"
}
],
"packages": {
"type": "rpm",
"manager": "dnf"
Expand Down

0 comments on commit c007b02

Please sign in to comment.