Skip to content

Commit

Permalink
36:先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 f23a867 commit e2dc733
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/buildArm64-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,10 @@ jobs:
-v ${{ github.workspace }}:/workspace:rw --workdir=/workspace \
--platform linux/arm64 arm64v8/ubuntu:20.04 \
bash -exc 'whoami && \
uname -a && \
chmod -R 777 /workspace && \
whoami && \
ls -lah && \
./ 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 && \
ls -lah && \
apt-get update && \
Expand Down

0 comments on commit e2dc733

Please sign in to comment.