Skip to content

Commit

Permalink
Remove emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 19, 2024
1 parent 44f212a commit ff52ffb
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/daily-rocker-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ jobs:
- { arch: 'arm64', runner: 'ubuntu-latest-arm64' }
runs-on: ${{ matrix.build.runner }}
needs: buildrver
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -142,12 +141,6 @@ jobs:
echo registryuser=$(echo ${{ github.repository_owner }} | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
echo rockerintermediateprefix=$(echo "ghcr.io/${{ github.repository_owner }}/rocker" | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
if: matrix.build.arch == 'arm64'

- name: Login to GHCR
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -203,12 +196,6 @@ jobs:
echo registryuser=$(echo ${{ github.repository_owner }} | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
echo rockerintermediateprefix=$(echo "ghcr.io/${{ github.repository_owner }}/rocker" | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
if: matrix.build.arch == 'arm64'

- name: Login to GHCR
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -255,12 +242,6 @@ jobs:
echo registryuser=$(echo ${{ github.repository_owner }} | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
echo rockerintermediateprefix=$(echo "ghcr.io/${{ github.repository_owner }}/rocker" | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
if: matrix.build.arch == 'arm64'

- name: Login to GHCR
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit ff52ffb

Please sign in to comment.