Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 1603470

Browse files
Merge pull request #1 from algorand/rel/beta
Rel/beta
2 parents 2356974 + dfde280 commit 1603470

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/muleCI/mule.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ agents:
4141
buildArgs:
4242
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
4343
- ARCH=arm64v8
44-
- name: cicd.alpine.arm
45-
dockerFilePath: docker/build/cicd.alpine.Dockerfile
44+
- name: cicd.ubuntu.arm
45+
dockerFilePath: docker/build/cicd.ubuntu.Dockerfile
4646
image: algorand/go-algorand-ci-linux
4747
version: scripts/configure_dev-deps.sh
48-
arch: arm32v6
48+
arch: arm32v7
4949
env:
5050
- TRAVIS_BRANCH=${GIT_BRANCH}
5151
- NETWORK=$NETWORK
@@ -54,7 +54,7 @@ agents:
5454
- GOHOSTARCH=arm
5555
buildArgs:
5656
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
57-
- ARCH=arm32v6
57+
- ARCH=arm32v7
5858
- name: docker-ubuntu
5959
dockerFilePath: docker/build/docker.ubuntu.Dockerfile
6060
image: algorand/go-algorand-docker-linux-ubuntu

0 commit comments

Comments
 (0)