Skip to content

Commit

Permalink
CI: optimization options
Browse files Browse the repository at this point in the history
- use plaintext loong64 qemu repo
  • Loading branch information
KFERMercer committed Jan 24, 2025
1 parent 32babbd commit b288627
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/Build-Push-Containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker-container

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand All @@ -59,12 +57,8 @@ jobs:
- name: Special Setup for Loongarch64
if: ${{ matrix.platform == 'linux/loong64' }}
run: |
docker run -t --rm --privileged ${{ secrets.LOONGARCH64_QEMU }} --reset -p yes
docker run -t --rm --privileged ghcr.io/kfermercer/toolkit:loong64-qemu --reset -p yes
sed -i 's|FROM alpine:latest|FROM lcr.loongnix.cn/library/alpine:latest|g' ./Dockerfile
echo
echo "8================== Dockerfile ==================D"
echo
cat ./Dockerfile
- name: Minimal build for ${{ matrix.archname }}
if: ${{ matrix.buildtype == 'minimal' }}
Expand Down

0 comments on commit b288627

Please sign in to comment.