Skip to content

Commit ff52ffb

Browse files
authored
Remove emulator
1 parent 44f212a commit ff52ffb

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/daily-rocker-builds.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ jobs:
125125
- { arch: 'arm64', runner: 'ubuntu-latest-arm64' }
126126
runs-on: ${{ matrix.build.runner }}
127127
needs: buildrver
128-
runs-on: ubuntu-latest
129128
steps:
130129
- uses: actions/checkout@v3
131130

@@ -142,12 +141,6 @@ jobs:
142141
echo registryuser=$(echo ${{ github.repository_owner }} | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
143142
echo rockerintermediateprefix=$(echo "ghcr.io/${{ github.repository_owner }}/rocker" | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
144143
145-
- name: Set up QEMU
146-
uses: docker/setup-qemu-action@v2
147-
with:
148-
platforms: arm64
149-
if: matrix.build.arch == 'arm64'
150-
151144
- name: Login to GHCR
152145
uses: docker/login-action@v2
153146
with:
@@ -203,12 +196,6 @@ jobs:
203196
echo registryuser=$(echo ${{ github.repository_owner }} | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
204197
echo rockerintermediateprefix=$(echo "ghcr.io/${{ github.repository_owner }}/rocker" | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
205198
206-
- name: Set up QEMU
207-
uses: docker/setup-qemu-action@v2
208-
with:
209-
platforms: arm64
210-
if: matrix.build.arch == 'arm64'
211-
212199
- name: Login to GHCR
213200
uses: docker/login-action@v2
214201
with:
@@ -255,12 +242,6 @@ jobs:
255242
echo registryuser=$(echo ${{ github.repository_owner }} | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
256243
echo rockerintermediateprefix=$(echo "ghcr.io/${{ github.repository_owner }}/rocker" | awk '{print tolower($0)}') >> $GITHUB_OUTPUT
257244
258-
- name: Set up QEMU
259-
uses: docker/setup-qemu-action@v2
260-
with:
261-
platforms: arm64
262-
if: matrix.build.arch == 'arm64'
263-
264245
- name: Login to GHCR
265246
uses: docker/login-action@v2
266247
with:

0 commit comments

Comments
 (0)