Skip to content

Commit

Permalink
[bitnami/airflow] Enable ARM and increase container-image-package tim…
Browse files Browse the repository at this point in the history
…eout

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
  • Loading branch information
migruiz4 committed Nov 20, 2023
1 parent 23418dc commit 5bfeb26
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .vib/airflow-scheduler/vib-verify.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
}
},
"architectures": [
"linux/amd64"
]
"linux/amd64",
"linux/arm64"
],
"timeout_minutes": 50
}
},
{
Expand Down
6 changes: 4 additions & 2 deletions .vib/airflow-worker/vib-verify.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
}
},
"architectures": [
"linux/amd64"
]
"linux/amd64",
"linux/arm64"
],
"timeout_minutes": 50
}
},
{
Expand Down
6 changes: 4 additions & 2 deletions .vib/airflow/vib-verify.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
}
},
"architectures": [
"linux/amd64"
]
"linux/amd64",
"linux/arm64"
],
"timeout_minutes": 50
}
},
{
Expand Down

0 comments on commit 5bfeb26

Please sign in to comment.