Skip to content

Commit

Permalink
Trigger both arm and ubuntu. Add cert for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Nov 19, 2024
1 parent 81e7502 commit 354eefe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm-Ubuntu-build-test-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Arm Ubuntu Smoke Test WorkFlow
on:
push:
branches:
- CSPL_2920_x
- CSPL_2920
jobs:
check-formating:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN if grep -q 'Ubuntu' /etc/os-release; then \
apt-get install -y --no-install-recommends krb5-locales && \
apt-get install -y --no-install-recommends unattended-upgrades && \
useradd -ms /bin/bash nonroot -u 1001 && \
apt-get install -y --no-install-recommends ca-certificates && \
update-ca-certificates && \
unattended-upgrades -v && \
apt-get clean && rm -rf /var/lib/apt/lists/*; \
else \
Expand Down

0 comments on commit 354eefe

Please sign in to comment.