Skip to content

Commit f53d1ab

Browse files
committed
build-and-deploy: remove initial arm64 hardcoded refs
Now that all packages have an intial version for arm64, there's no need for this logic anymore. Let's get rid of it. Signed-off-by: Dennis Ameling <[email protected]>
1 parent bbeea79 commit f53d1ab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,6 @@ jobs:
276276
esac
277277
)
278278
279-
# No need to rebuild i686/x86_64 flavors when building the initial
280-
# arm64 versions of the wintoast/GCM packages
281-
test ebe6c944c573ee4d8900f0e015365468606c9e1e != "$REF" ||
282-
test "mingw32 mingw64 clangarm64" != "$MINGW_ARCHS_TO_BUILD" ||
283-
MINGW_ARCHS_TO_BUILD=clangarm64
284-
285279
cd "/usr/src/$REPO/$PACKAGE_TO_BUILD" &&
286280
MAKEFLAGS=-j6 PKGEXT='.pkg.tar.xz' MINGW_ARCH=$MINGW_ARCHS_TO_BUILD $MAKEPKG -s --noconfirm &&
287281
cp *.pkg.tar* "$dir/" &&

0 commit comments

Comments
 (0)