diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index a724299..c7c5b6e 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -59,7 +59,7 @@ jobs: # Build and push images docker buildx build --push \ - --platform linux/amd64 \ + --platform linux/amd64,linux/arm64,linux/arm/v7 \ --tag $OWNER/$REPO:$VERSION \ --tag $OWNER/$REPO:latest \ --build-arg ROUTEROS_VERSION=$VERSION .