Skip to content

Commit

Permalink
35:先install好,再进arm64的容器进行build(容器以root用户运行)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Nov 9, 2024
1 parent e525da9 commit f23a867
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/buildArm64-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ jobs:
--platform linux/arm64 arm64v8/ubuntu:20.04 \
bash -exc 'whoami && \
ls -lah && \
sudo mv /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/ && \
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld && \
sudo systemctl restart apparmor && \
./ mv /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/ && \
./ apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld && \
./ systemctl restart apparmor && \
./ setenforce 0 && \
./ sed -i "s/^SELINUX=enforcing/SELINUX=permissive/" /etc/selinux/config && \
cd /workspace/packages/gui && \
sudo setenforce 0 && \
sudo sed -i "s/^SELINUX=enforcing/SELINUX=permissive/" /etc/selinux/config && \
ls -lah && \
apt-get update && \
apt-get install curl -y && \
Expand Down

0 comments on commit f23a867

Please sign in to comment.