Skip to content

Commit

Permalink
Add arm64 to image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Aug 8, 2022
1 parent 8a6a29d commit 3f2b6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/build
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export GIT_REVISION=$(git describe --tags --abbrev=40 --always --dirty || true)
# Calling `docker run nextstrain/base` will still only pull down the small base
# image rather than pulling down the larger nextstrain/base-builder image.

platform=linux/amd64
platform=linux/amd64,linux/arm64

# `buildx create` is necessary to use a driver that supports multi-platform
# images.
Expand Down

0 comments on commit 3f2b6d8

Please sign in to comment.