Skip to content

Commit

Permalink
Merge pull request #3452 from algobarb/algobarb/updatearm32builds
Browse files Browse the repository at this point in the history
update arm32 builds from v6 to v7
  • Loading branch information
algojohnlee authored Jan 20, 2022
2 parents 130d25e + b47b0b9 commit dfde280
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/muleCI/mule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ agents:
buildArgs:
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
- ARCH=arm64v8
- name: cicd.alpine.arm
dockerFilePath: docker/build/cicd.alpine.Dockerfile
- name: cicd.ubuntu.arm
dockerFilePath: docker/build/cicd.ubuntu.Dockerfile
image: algorand/go-algorand-ci-linux
version: scripts/configure_dev-deps.sh
arch: arm32v6
arch: arm32v7
env:
- TRAVIS_BRANCH=${GIT_BRANCH}
- NETWORK=$NETWORK
Expand All @@ -54,7 +54,7 @@ agents:
- GOHOSTARCH=arm
buildArgs:
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
- ARCH=arm32v6
- ARCH=arm32v7
- name: docker-ubuntu
dockerFilePath: docker/build/docker.ubuntu.Dockerfile
image: algorand/go-algorand-docker-linux-ubuntu
Expand Down

0 comments on commit dfde280

Please sign in to comment.