Skip to content

Commit d961d2c

Browse files
committed
Disable ARM docker builds
1 parent b8e04ce commit d961d2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ jobs:
5151
runs-on: ubuntu-22.04
5252
strategy:
5353
matrix:
54-
binary: [aarch64,
55-
aarch64-portable,
56-
x86_64,
54+
# FIXME(sproul) re-enable ARM builds
55+
binary: [x86_64,
5756
x86_64-portable]
5857
features: [
5958
{version_suffix: "", env: "gnosis,slasher-lmdb,slasher-mdbx,jemalloc"},
@@ -127,9 +126,10 @@ jobs:
127126
run: |
128127
echo "${DOCKER_PASSWORD}" | docker login --username ${DOCKER_USERNAME} --password-stdin
129128
- name: Create and push multiarch manifest
129+
# FIXME(sproul): Fix ARM builds and put this back
130+
# --amend ${IMAGE_NAME}:${VERSION}-arm64${VERSION_SUFFIX}${{ matrix.modernity }} \
130131
run: |
131132
docker manifest create ${IMAGE_NAME}:${VERSION}${VERSION_SUFFIX}${{ matrix.modernity }} \
132-
--amend ${IMAGE_NAME}:${VERSION}-arm64${VERSION_SUFFIX}${{ matrix.modernity }} \
133133
--amend ${IMAGE_NAME}:${VERSION}-amd64${VERSION_SUFFIX}${{ matrix.modernity }};
134134
docker manifest push ${IMAGE_NAME}:${VERSION}${VERSION_SUFFIX}${{ matrix.modernity }}
135135
build-docker-lcli:

0 commit comments

Comments
 (0)