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

Commit

Permalink
Temporary disable arch linux/arm/v7 due to NodeFirefox build failed […
Browse files Browse the repository at this point in the history
…deploy]

Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Mar 27, 2024
1 parent feb21ee commit d16ae9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ workflows:
jobs:
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-base
platforms: linux/arm64,linux/amd64,linux/arm/v7
platforms: linux/arm64,linux/amd64
build-args: --push
make-targets: base_multi
machine-type: ubuntu2004arm64large
Expand All @@ -350,7 +350,7 @@ workflows:
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-full-grid
requires: [deploy-multi-arch-base]
platforms: linux/arm64,linux/amd64,linux/arm/v7
platforms: linux/arm64,linux/amd64
build-args: --push
make-targets: grid_multi
machine-type: ubuntu2004arm64
Expand All @@ -361,7 +361,7 @@ workflows:
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-node-base
requires: [deploy-multi-arch-base]
platforms: linux/arm64,linux/amd64,linux/arm/v7
platforms: linux/arm64,linux/amd64
build-args: --push
make-targets: node_base_multi
machine-type: ubuntu2004arm64large
Expand All @@ -372,7 +372,7 @@ workflows:
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-firefox
requires: [deploy-multi-arch-node-base]
platforms: linux/arm64,linux/amd64,linux/arm/v7
platforms: linux/arm64,linux/amd64
build-args: --push
make-targets: firefox_multi
machine-type: ubuntu2004arm64large
Expand All @@ -383,7 +383,7 @@ workflows:
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-chromium
requires: [deploy-multi-arch-node-base]
platforms: linux/arm64,linux/amd64,linux/arm/v7
platforms: linux/arm64,linux/amd64
build-args: --push
make-targets: chromium_multi
machine-type: ubuntu2004arm64large
Expand All @@ -394,7 +394,7 @@ workflows:
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-release-notes
requires: [deploy-multi-arch-firefox,deploy-multi-arch-chromium]
platforms: linux/arm64,linux/amd64,linux/arm/v7
platforms: linux/arm64,linux/amd64
build-args: --push
make-targets: tag_and_push_multi_arch_browser_images
machine-type: ubuntu2004arm64
Expand Down
2 changes: 1 addition & 1 deletion build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
NAME="${NAME:-seleniarm}"
VERSION="${VERSION:-$SELENIUM_VERSION}"
BUILD_DATE="${BUILD_DATE:-$(date '+%Y%m%d')}"
PLATFORMS="${PLATFORMS:-linux/arm64,linux/arm/v7,linux/amd64}"
PLATFORMS="${PLATFORMS:-linux/arm64,linux/amd64}"
BUILD_ARGS=--push

FROM_IMAGE_ARGS="--build-arg NAMESPACE=$NAME --build-arg VERSION=$VERSION-$BUILD_DATE"
Expand Down
2 changes: 1 addition & 1 deletion build-locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
NAME="${NAME:-seleniarm}"
VERSION="${VERSION:-$SELENIUM_VERSION}"
BUILD_DATE="${BUILD_DATE:-$(date '+%Y%m%d')}"
PLATFORMS="${PLATFORMS:-linux/arm64,linux/arm/v7,linux/amd64}"
PLATFORMS="${PLATFORMS:-linux/arm64,linux/amd64}"
#BUILD_ARGS=--push

FROM_IMAGE_ARGS="--build-arg NAMESPACE=$NAME --build-arg VERSION=$VERSION-$BUILD_DATE"
Expand Down

0 comments on commit d16ae9e

Please sign in to comment.