diff --git a/build_jobs/03_packages.sh b/build_jobs/03_packages.sh index 83814f9417..9313c86f29 100755 --- a/build_jobs/03_packages.sh +++ b/build_jobs/03_packages.sh @@ -48,11 +48,6 @@ script() { source .repo/manifests/version.txt export COREOS_BUILD_ID -if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then - echo "SKIPPING ARM" - exit 0 -fi - # figure out if ccache is doing us any good in this scheme enter ccache --zero-stats diff --git a/build_jobs/04_images.sh b/build_jobs/04_images.sh index cdd84ab6f1..33fd9a6d26 100755 --- a/build_jobs/04_images.sh +++ b/build_jobs/04_images.sh @@ -49,11 +49,6 @@ script() { source .repo/manifests/version.txt export COREOS_BUILD_ID -if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then - echo "SKIPPING ARM" - exit 0 -fi - # Set up GPG for signing images export GNUPGHOME="${PWD}/.gnupg" rm -rf "${GNUPGHOME}" diff --git a/build_jobs/05_vm.sh b/build_jobs/05_vm.sh index c8fceefeec..835fdf3452 100755 --- a/build_jobs/05_vm.sh +++ b/build_jobs/05_vm.sh @@ -67,11 +67,6 @@ enter() { source .repo/manifests/version.txt export COREOS_BUILD_ID -if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then - echo "SKIPPING ARM" - exit 0 -fi - # Set up GPG for signing images export GNUPGHOME="${PWD}/.gnupg" rm -rf "${GNUPGHOME}"